electrode-native icon indicating copy to clipboard operation
electrode-native copied to clipboard

Error running iOS from command line

Open friederbluemle opened this issue 6 years ago • 1 comments

Not sure what the problem is, but every time I do ern run-ios, it only suggests my connected device (not the running Simulator). It always fails with:

✖ An error occurred: iOS Runner build failed [xcbuild exit code 65].
✖ To troubleshoot this build failure, we recommend building the Runner iOS project from Xcode.
✖ You can open the Runner project in Xcode manually or by running 'open ios/ErnRunner.xcodeproj'.
✖ Building the Runner from Xcode will provide more meaningful error reporting that can be of help
✖ to pinpoint the cause of the build failure.

It appears to work fine when deploying to the simulator from Xcode.

friederbluemle avatar Oct 04 '19 19:10 friederbluemle

I've seen it multiple times, not sure what exactly is causing it, sometimes removing ./ios folder before running ern run-ios helps...

romanlv avatar Oct 05 '19 17:10 romanlv