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 width="349" alt="2018-09-19 9 08 46" 
src="https://user-images.githubusercontent.com/781366/45737593-f7e30780-bbf6-11e8-86f8-207dd596ad36.png";>
<img width="538" alt="2018-09-19 9 09 03" 
src="https://user-images.githubusercontent.com/781366/45737603-fc0f2500-bbf6-11e8-84c9-8dcb17e7c691.png";>


[ Full content available at: https://github.com/apache/cordova-ios/issues/412 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to