[Help] Native Library on iOS ?
Unsolved
Mobile and Embedded
-
Hi ,
Just want to know how can i add native library on my QT project with ios , on android i can add native library using the build.gradle from the android project template , but on ios i can't find any documentation or tutorials related on this.on xcode i can simply add for example facebook sdk using file>add packages then add the github repo there
and the xcode will clone and include it to my project as reference ,how can i achieve this on QT ?
Thanks