> Huh > I did it, so, for Ionic developers (and plain Cordova too) to solve problems > with AppStore and Fabric > > 1. To build in console > `ionic cordova build ios -- --buildFlag="-UseModernBuildSystem=0"` > 2. To run in console > `ionic cordova run ios -- --buildFlag="-UseModernBuildSystem=0"` > 3. To build archive using Xcode: > > * setup provisioning profile, certificates, etc. That's no matter using > automatic or manual signing, do it habitual way as previously > * In the Xcode, open Workspace Settings -> Build System -> and select Legacy > Build System > > Using Legacy Build System you will be able to build archive with normal > mobileprovision and Info.plist files > > <img alt="2018-09-19 9 08 46" width="349" > src="https://user-images.githubusercontent.com/781366/45737593-f7e30780-bbf6-11e8-86f8-207dd596ad36.png"> > > <img alt="2018-09-19 9 09 03" width="538" > src="https://user-images.githubusercontent.com/781366/45737603-fc0f2500-bbf6-11e8-84c9-8dcb17e7c691.png">
Excellent!! Work for me! Thanks! @kitolog [ Full content available at: https://github.com/apache/cordova-ios/issues/412 ] This message was relayed via gitbox.apache.org for [email protected]
