Help!
I have an existing Corona project which I am importing to Corona native using the SimpleLuaExtension project as a template.
I have used the SimpleLuaExtension template to take a HTML file create in Corona and create a PDF file using IOS (works well).
I now need to import my existing Corona project into the SimpleLuaExtension template to use the PDF generator.
The existing Corona project uses plugins - zip, quicklook, safariview and splash control (I could probably code some of them natively now).
I have read this howto on downloading plugins for IOS in Xcode:
https://coronalabs.com/blog/2017/07/06/using-plugins-in-corona-native-projects-ios/
which works for the plugin/ App project in the Native -> Project Templates
?? How do I port the Xcode download plugin script into the SimpleLuaExtension project which I am using for a template?
I have tried exporting the scheme from the App project but does work for me
Any ideas?