Cordova Slack Digest

Tue, 28 Dec 2021 08:21:32 GMT

User count: 4681

Join the conversation at slack.cordova.io

Channel #general (1 messages)


Mon, 27 Dec 2021 13:19:52 GMT

@prasunjajodia says

I have always installed cordova, angular and other libraries globally and never had corruption issues o.O

Channel #cordova-ios (2 messages)


Mon, 27 Dec 2021 20:15:32 GMT

@jacobsgur says

I am developing a plugin that declares some pod dependency with a transitive dependency on GoogleUtilitiesComponents. GoogleUtilitiesComponents’s podspec specifies a platform of "ios": "8.0" . When building my application, I then get this error: /Users/j/workspace/c/platforms/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.2.99. (in target 'GoogleUtilitiesComponents' from project 'Pods') ** BUILD FAILED ** Why is IPHONEOS_DEPLOYMENT_TARGET set to 8.0 because of the podspec? Is this a Cordova thing or a pod thing?

Mon, 27 Dec 2021 20:21:00 GMT

@jacobsgur says

Maybe that’s this bug that is expected to be fixed in cordova ios 7: https://github.com/apache/cordova-ios/issues/580