-
-
Notifications
You must be signed in to change notification settings - Fork 195
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:
nativescript@4.0.1
nativescript-imagepicker@6.0.1
kinvey-nativescript-sdk@3.10.4
Please tell us how to recreate the issue in as much detail as possible.
Create an app, add nativescript-imagepicker@6.0.1, add kinvey-nativescript-sdk@3.10.4. Try to build app for iOS.
Reported in NativeScript/nativescript-imagepicker#186