-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 build failure after XCode 14.3 update #7014
Comments
That looks pretty serious! Build errors are always a high priority. Thanks for reporting. I'm just updating my dev environments to Xcode 14.3 now and will take a look |
The new version of Xcode enforces firebase-ios-sdk API `UNAVAILABLE` directives (as it should!) and the initial implementation here was incorrectly relying on unavailable things Fixes #7014
Wow, that took forever! Xcode updates are a bear. Also a requirement, though, so it's done now. It's a silly coding error on my part. Those three Patch + release landing in a moment, if you're following along you'll see the PR linked here on the issue, and in that PR if you need a patch immediately vs updating the packages, our CI generates a set of patch-package compatible patches you may apply. |
The new version of Xcode enforces firebase-ios-sdk API `UNAVAILABLE` directives (as it should!) and the initial implementation here was incorrectly relying on unavailable things Fixes #7014
The new version of Xcode enforces firebase-ios-sdk API `UNAVAILABLE` directives (as it should!) and the initial implementation here was incorrectly relying on unavailable things Fixes #7014
The new version of Xcode enforces firebase-ios-sdk API `UNAVAILABLE` directives (as it should!) and the initial implementation here was incorrectly relying on unavailable things Fixes #7014
Issue
Describe your issue here
After updating to Xcode 14.3, I am encountering a build error while attempting to build my app. Specifically, the error message states that "'init' has been explicitly marked available here."
Project Files
Javascript
package.json
:I'm trying not to release too much information as this is for a company project. Please let me know if there is anything more you need. I uploaded as much as I could
Bug Photos
Amazing how there are only 34 pending issues in this project. Thank you to all contributers
iOS
Click To Expand
ios/Podfile
:react-native-firebase
version you're using that has this issue:17.4.0
Firebase
module(s) you're using that has the issue:e.g. Instance ID
<- apologies but where can i find this?TypeScript
?Y
&^4.9.4
Environment
Click To Expand
react-native info
output:The text was updated successfully, but these errors were encountered: