connyhald commented on issue #1379:
URL: https://github.com/apache/cordova-ios/issues/1379#issuecomment-1992436518

   This issue may result in a warning or in an error like in this case:
   
   ```
   clang: error: SDK does not contain 'libarclite' at the path 
'/Applications/Xcode_15.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a';
 try increasing the minimum deployment target
   
   ** ARCHIVE FAILED **
   ```
   
   Increasing the `IPHONEOS_DEPLOYMENT_TARGET` of the lib helps here but it 
looks like we can only set it using Xcode and not as configuration which would 
be needed for CI/CD, etc...
   


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

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to