Unable to build with XCode 14.0
See original GitHub issueDescription
XCode 14.0 is released since yesterday, and I have the following error while building a fresh app on a physical device:
[...]/ios/Pods/Pods.xcodeproj error project: Signing for "React-Core-AccessibilityResources" requires a development team. Select a development team in the Signing & Capabilities editor.
Is react-native ready for XCode 14?
Version
0.70.0
Output of npx react-native info
System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1 Pro Memory: 6.53 GB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node Yarn: Not Found npm: 8.11.0 - ~/.nvm/versions/node/v16.15.1/bin/npm Watchman: 2022.08.29.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0 Android SDK: Not Found IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8815526 Xcode: 14.0/14A309 - /usr/bin/xcodebuild Languages: Java: 11.0.16.1 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.0 => 0.70.0 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
- Create a fresh react-native app with
npx react-native init MyApp
- Open XCode and try to build the app on a real device
Snack, code example, screenshot, or link to a repository
https://github.com/BeTomorrow/react-native-file-logger/tree/master/example
Issue Analytics
- State:
- Created a year ago
- Reactions:39
- Comments:31 (1 by maintainers)
Top GitHub Comments
I use this script and it works
xcode downgrade 13.4.1 version.