ZumelzuR commented on issue #966:
URL: https://github.com/apache/cordova-ios/issues/966#issuecomment-746401203


   I have the same problem when I'm building for ios with "prod" tag.
   
   I have:
   
    - MacOS catalina 10.5.4 
   * Xcode version 12.2
   * cordova-ios 6.0.0
   
   For me the solution that worked was first sign the app on xcode after the 
first build issue (open platform/ios with xcode and sign the app). Then I build 
with the commands that people suggest here, but I have to add the "--device" 
tag also. After that work good :)
   
       ionic cordova run ios --prod --release 
--buildFlag="-UseModernBuildSystem=0"  --device


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to