JSeligsohn commented on issue #855:
URL: https://github.com/apache/cordova-ios/issues/855#issuecomment-698572397


   I'm having a similar issue:
   I get a warning about the target version and an error about the 
CDVStoryboard. Setting the target preference in config.xml does not help me. I 
also can't manually change the target version in xCode because I'm building my 
app using CI. 
   The specific warning seems to be coming from the Firebase plugin I'm using, 
but I'm not sure the source of the launch screen error. Any help would be 
appreciated.
   ```
   ....
   warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 
8.0, but the range of supported deployment target versions is 9.0 to 14.0.99. 
(in target 'FirebaseRemoteConfig' from project 'Pods')
   23:19:18
     ** ARCHIVE FAILED **
   23:19:18
     
   23:19:18
     
   23:19:18
     The following build commands failed:
   23:19:18
       CompileStoryboard 
/<my-path>/platforms/ios/{AppName}/CDVLaunchScreen.storyboard
   23:19:18
     (1 failure)
   23:19:18
     xcodebuild: Command failed with exit code 65
   ```


----------------------------------------------------------------
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