You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/24 23:01:53 UTC

[GitHub] emirbosques commented on issue #412: Unable to distribute with Xcode 10

emirbosques commented on issue #412: Unable to distribute with Xcode 10
URL: https://github.com/apache/cordova-ios/issues/412#issuecomment-424153531
 
 
   > 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 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org