Fastlane build failing due to clang error #6517
-
Hi everyone, I've been trying to get my build up on fastlane but it seems to give me this error after I installed react-native-firebase, I know there have been some posts on this but I was hoping to find something more recent if anyone has experienced it or if there was something specific about my pod file.
I've tried
Any help with this would be much appreciated, thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
First result has an exact hit: facebook/facebook-ios-sdk#2052 Basically, your version of Xcode is obsolete, likely because the macOS it is running on is obsolete and no longer getting updates to Xcode. Please note that react-native-firebase requires Xcode 13.3+ to build, as noted in the changelog for our v15 release: https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md#1500-2022-06-20 |
Beta Was this translation helpful? Give feedback.
-
Yup, that did the trick. Thanks! |
Beta Was this translation helpful? Give feedback.
https://search.brave.com/search?q=Invalid+bitcode+version+(Producer%3A+%271316.0.21.2.5_0%27+Reader%3A+%271300.0.29.30_0%27)%27
First result has an exact hit: facebook/facebook-ios-sdk#2052
Basically, your version of Xcode is obsolete, likely because the macOS it is running on is obsolete and no longer getting updates to Xcode. Please note that react-native-firebase requires Xcode 13.3+ to build, as noted in the changelog for our v15 release:
https://github.com/invertase/react-native-firebase/blob/main/CHANGELOG.md#1500-2022-06-20