-
-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'new' is unavailable 'init' has been explicitly marked unavailable here #590
Comments
I'm about 2GB into downloading the 11GB package, I'll see if I can reproduce but won't have news until tomorrow. |
Same problem for me here, and it's launch day lol |
Same as @mikehardy, I need to update. This will be a long day 😅 |
I needed approx 40GB free before it would update but I'm updated on Xcode now and finishing the macOS 11.3 update then I can reproduce. FWIW, though the general expectation of all iOS devs is "Use the current stable Xcode", attempting to do so on the actual first day it is out is asking for pain. New minor versions of Xcode always break something. Every single time. And it takes a couple days to sort out. I use an OSX-KVM in order to sort this sort of thing out as a canary without blowing up my main development rigs (that keep the last minor version until my OSX-KVM is buliding and running things well). |
The fix is published: https://github.com/zoontek/react-native-permissions/releases/tag/3.0.3, please update 🙂 |
We are experiencing this issue but are still on RN version 0.60.5. Is there a workaround for us to get this working without having to update to RN 0.63+? |
With apologies, RN0.60 is no longer a viable development platform as of the release of iOS 14.5 - you must update to at least RN0.63 Why?
ergo, you must update to at least 0.63.3 to continue releasing iOS apps, so might as well get it done: https://react-native-community.github.io/upgrade-helper/ The repos I maintain are in the process of noting react-native 0.63 is the minimum required react-native version and we're dropping support / no longer testing against releases prior, FWIW |
Summary
Note: I had to install Steps Taken
Environment Info
|
This was an Xcode 12.5 issue, definitely fixed. Perhaps |
Upgrading RN to The changes to the I got XCode 12.5 to build my app with |
Simply downgrading Xcode from 12.5 to 12.4 fixed it for me. |
Bug report
Summary
Xcode build fails (even after cleaning build folder).
After installing Xcode 12.5 and Command Line Tools 12.5, Xcode builds fails. The error is under Permission-BluetoothPeripheral Group, ~/node_modules/react-native-permissions/ios/BluetoothPeripheral/RNPermissionHandlerBluetoothPeripheral.m and says:
'new' is unavailable
It also points to CBManager.h saying:
'init' has been explicitly marked unavailable here
.Environment info
react-native info
output:Library version: 3.0.1 and 3.0.2
Steps to reproduce
Describe what you expected to happen:
Reproducible sample code
The text was updated successfully, but these errors were encountered: