Native Extension for AIR publishing error : framework not found
Hello,
I'm trying to build an iOS app using native extensions for AIR, but when I publish, I've an error message saying : framework not found
I tried with this ANE for GameCenter integration : https://github.com/StickSports/ANE-Game-Center
it says " ld: framework not found GameKit "
Same problem with GREE Platform SDK for AIR :
https://docs.developer.gree.net/en/globaltechnicalspecs/#sdkforair
it says " ld: framework not found CoreTelephony "
The thing is that these frameworks are already included, I guess.
I'm using flash cs6 on mac, and I've included the path to iOS SDK in the publishing settings.
