electrode-native
electrode-native copied to clipboard
Error running iOS from command line
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.
I've seen it multiple times, not sure what exactly is causing it, sometimes removing ./ios folder before running ern run-ios helps...