freshplanet / ANE-ImagePicker

Air Native Extension for mobile camera and gallery features (iOS + Android)
Apache License 2.0
80 stars 48 forks source link

Packaging error #61

Open matfabry opened 6 years ago

matfabry commented 6 years ago

Hey guys I cannot get rid of an error when trying to pack the app with adt command. This is the output.

ld: framework not found FileProvider for architecture arm64 ld: framework not found FileProvider for architecture armv7 Compilation failed while executing : ld64

OR (when I remove all other ANEs)

ld: framework not found IOSurface for architecture armv7 ld: framework not found IOSurface for architecture arm64 Compilation failed while executing : ld64

I am on OSX 10.12.6 and have tried AirSDK 23,26 and 27 with the same results.

Please advise. Many thanks.

drmms86 commented 6 years ago

anyone got it to work?