kopikaki opened a new issue #423: Unsupported Architecture for iPhone XS Plus (arm64e) URL: https://github.com/apache/cordova-ios/issues/423 Xcode is unable to build and deploy to iPhone XS Plus [Xcode Error Message] **The run destination xxx’s iPhone is not valid for Running the scheme 'HelloCordova'.** xxx’s iPhone doesn’t support any of HelloCordova.app’s architectures. You can add xxx’s iPhone’s **arm64e** architecture to HelloCordova.app’s Architectures build setting. [My Environment Info] Xcode: 9.4.1 OS: Mac macOS High Sierra Cordova: 8.0.0 Cordova Platform iOS: 4.5.5 [Test project was created by the following command] $ cordova create myApp $ cd myApp $ cordova platform add ios $ cordova build ios Xcode still shows the same error after I manually add 'arm64e' to Architectures build setting.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
