Closed
Description
Tell us about the problem
If an app has multiple plugins and they have podfiles with a platform defined like
platform :ios, '9.0'
the combined podfile will have multiple platform lines and the build will fail.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
[email protected]
[email protected]
[email protected]
Please tell us how to recreate the issue in as much detail as possible.
Create an app, add [email protected], add [email protected]. Try to build app for iOS.
Reported in NativeScript/nativescript-imagepicker#186