expcapitaldev commented on issue #1422:
URL: https://github.com/apache/cordova-ios/issues/1422#issuecomment-2064276762

   breautek hi! thanks a lot for your activity here. FBSDKCoreKit 
https://github.com/CocoaPods/Specs/blob/master/Specs/9/b/5/FBSDKCoreKit/17.0.0/FBSDKCoreKit.podspec.json#L13
 is required 12.0
   you can try add in any your plugin and do clean build.
   
   `<podspec>
                        <config>
                                <source url="https://cdn.cocoapods.org/"/>
                        </config>
                        <pods use-frameworks="true">
                                <pod name="FBSDKCoreKit" spec="17.0.0"/>
                        </pods>
                </podspec>`
   Can you share method or line in cordova-ios library which will be copy 
`deployment-target` value from config.xml to Podfile ? I see only 
https://github.com/apache/cordova-ios/blob/master/lib/Podfile.js#L40 which try 
to copy value but that value will be empty before installation first pod library


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