I tried to have a look at the latest Cordova integration. However, it doesn’t seem to work anymore. Just did a meteor create and meteor run ios with the latest Meteor version, which ended in a crash:
=> Errors executing Cordova commands:
While adding plugin cordova-plugin-meteor-webapp@2.0.3 to Cordova project:
CordovaError: Uh oh!
"/Users/tom/dev/marble/tests/meteor-ios-test/.meteor/local/cordova-build/plugins/cordova-plugin-meteor-webapp/src/ios/GCDWebServer/GCDWebServer/Core/GCDWebServer.m"
not found!
Xcode etc. are installed on my machine.
Edit: Found this thread now Meteor 2.14 breaks both android and ios But even if I rollback to 2.13, I get an error message because ios-deploy is not installed. Is that documented somewhere in the Guide?
Then, after installing this, the next exception occurs:
While running Cordova app for platform iOS with options
--buildConfig,/Users/tom/dev/marble/tests/meteor-cordova-ios/.meteor/local/cordova-build/build.json,--emulator:
Error: xcodebuild: Command failed with exit code 65
The underlying issue seems to be that the developer team is not been set in the Xcode project.
Anyhow. I’m looking for a pure iOS client anyways.