-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
After fresh install, react-native run-ios
fails with Command failed: xcrun instruments -s
#1309
Comments
🏏 |
Facing the same issue |
@woohoou, It's super sleazy and I'm not jazzed about it, but I got a little farther by running Since the script was complaining about Just curious... do you use Bitdefender? I'm beginning to wonder whether the file system protections from that nightmare program are causing weirdness, but that's very speculative at this point, and Bitdefender is "impossible" to uninstall, so I'm content to run with Another thing I noticed is that running Good luck and please follow up if you try things I haven't, or resolve it. Thanks |
Oh! After In xcode open the Product menu and select Run (or Cmd-R). |
Thanks @ThomasGHenry I just fix the problems with the first answer here https://stackoverflow.com/questions/37461703/print-entry-cfbundleidentifier-does-not-exist. Hope it help. |
What's going on?
react-native run-ios
fails with "Command failed: xcrun instruments -s" on clean install of Andross (max, or custom).react-native run-ios
works for a fresh CRNA install.run-android
works for ignite.First, in Terminal 1...
Then in Terminal 2...
Steps to reproduce
install node from here: https://nodejs.org/en/download/
then....
react-native run-ios
ignite doctor
results:Things that haven't helped:
npm install [email protected]
(to match working CRNA install, no difference)npm i -g [email protected]
(to match level mentioned in the doc) gets me this....Similar deal with the simulator already up at the level above (iPhone 6 iOS 11.4)
... which looks like this facebook/react-native#14423, but none of what I tried from that discussion (not exhaustive, just exhausted) hasn't worked. It's somewhat beside the point since I'd rather not be so far back-level anyway (Yarn complains, etc...).
Thanks!
The text was updated successfully, but these errors were encountered: