Back to Cordova

2020 10 09

slack-digest/2020-10-09.md

latest790 B
Original Source

Cordova Slack Digest

Fri, 09 Oct 2020 08:29:05 GMT

User count: 4160

Join the conversation at slack.cordova.io

Channel #general (1 messages)


Thu, 08 Oct 2020 20:03:57 GMT

@khatridevk says

xcode 11 [email protected] custom framework files are getting copied in 'Embedded Framework' not in 'Link Binary with Libraries'. Earlier version of Xcode added frameworks in both the section using <framework src="xxx.framework" custom="true" embed="true" /> in plugin.xml. Do I need to do anything extra here !! have been stuck on this from some time though...😕 Looks like I am missing some info.. have tried <source-file src="xxx.framework" target-dir="lib" framework="true" /> as well.