We got the Problem by Build the iOS App:
We have a blank corona project (only rectangle) and we want to integrate Native:
The SDKs are implemented via PODs.
- FirebaseFirestore
- FirebaseAuth
… FirebaseStorage
we write by own native code via wrapper. (on android works everything fine)
There is an “empty” example:
https://lightage.de/data/iosPodTest.zip
Open with Xcode 14.3.1 the file:
- App.xcworkspace
By build the App error thrown:
Library not found for -lplugin.openssl
We dont use anymore the follow Plugin:
[
"plugin.openssl"
`]