jcesarmobile commented on issue #1365: URL: https://github.com/apache/cordova-ios/issues/1365#issuecomment-1692521252
Moved the issue to cordova-ios since this behavior happens with any plugin, not just with InAppBrowser. But not really sure why would you want to run `pod install` in your user apps. Cordova will already run `pod install` if the project has plugins with CocoaPods dependencies. But also agree that it shouldn't create a `Podfile` if the project doesn't have any plugin that needs CocoaPods dependencies. I can't reproduce your problem, do your users commit their `ios` folder? that could cause the issue you mention if the CocoaPods version of your users don't match the CocoaPods version in your servers as the version is stored in the `Podfile.lock`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
