-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fails to build on Xcode 16 #316
Comments
Removing |
@tibbe you mentioned in the react-native-firebase issue that there was perhaps a problem with messaging as well? I'm only aware of the need to:
I'm not aware of anything with messaging at the moment ? |
I managed to get it to compile by cleaning/recompiling harder so no issue with messaging I believe. |
Great, thanks for replying, I'm going to hide that comment then to make the issue as easy to digest for people that need the workaround since build breaks are typically "panic mode" for people, but hiding the comment isn't "with prejudice" or anything. I think we've got the full set of workarounds in there but if you see anything else that is a build break obviously + please post it up. Cheers |
It's not clear to me where |
I had the same issue. I think this is due to the Note that updating to 7.0.1 might require you to raise the minimum iOS version to 15.5 as per this repos README.md. |
@kptp Do you think upgrading to 7.0.1 will resolve this issue? |
@ankitjpk I think it is worth trying, if you are able to upgrade it. The release note specifically mentions the XCode 16 issue: https://github.com/mockingbot/react-native-zip-archive/releases/tag/v7.0.1 |
@kptp |
@ankitjpk Are you using the |
I had the same on XCode 16 with an app build that works just fine on XCode 15. Updating to 7.0.1 fixed the issue for me. |
So for forks facing this issue, as mentioned before, please upgrade to the v7.0.1, if it is still not working, it's better to clear your pod.lock, and run pod install again. |
Describe the bug
After upgrading to Xcode 16 the library doesn't seem to build:
The issue might be similar to invertase/react-native-firebase#8020.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No compilation error.
Env (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: