question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to build with XCode 14.0

See original GitHub issue

Description

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 Capture d’écran 2022-09-13 à 12 53 28

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:39
  • Comments:31 (1 by maintainers)

github_iconTop GitHub Comments

48reactions
pnthach95commented, Sep 13, 2022

I use this script and it works

33reactions
Jin-seopcommented, Sep 22, 2022

xcode downgrade 13.4.1 version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

XCode 14 compile errors immediatel… - Apple Developer
I'm unable to use XCode 14 to develop my app because as soon as a compiler error is shown, it is immediately withdrawn...
Read more >
Unable to Build Engine from Source with XCode 14.0.1
Run generate project files. (Runs fine.) Open the project file in XCode 14.1 OR 13.4. 1 but double clicking it OR open either...
Read more >
Unable to Boot Simulator - Xcode 14.0.1 - Stack Overflow
I am running XCode 14.0.1 on mac ios 12.6. When I try to run any app in any simulator I get and alert:...
Read more >
Azure Pipeline is failing in "Xcode@5" task with error
... with xCode 14.0.1 and after that pipeline is failing in "Xcode@5" ... build is successfully uploaded by Xcode but it is giving...
Read more >
[Xcode] Unable to install app-name - Geek Culture - Medium
When building an actual device with Xcode, the build may Success, but sometimes an error like this occurs and the device cannot be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found