freshplanet / ANE-Alert

Air Native Extension (iOS and Android) for Native Alerts
Apache License 2.0
64 stars 21 forks source link

Air build error #21

Open davecates opened 7 years ago

davecates commented 7 years ago

Hi,

Thanks for a great ANE!

When compiling an Air (Air 26 and 27) app with your ANE attached I get the following error message from Flash Builder:

Error occurred while packaging the application:

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

This looks like an iOS11 SDK issue? I have tried recompiling the ANE with the FileProvider framework attached but still no luck.

Any ideas? Have you had the ANE compiled into a recent app and working?

Thanks.

songsinh88 commented 6 years ago

I have the same message:

screen shot 2018-01-25 at 11 07 18

Invalid input.

ld: framework not found IOSurface for architecture arm64 ld: framework not found IOSurface for architecture armv7

can you help me

songsinh88 commented 6 years ago

I fixed this bug by the way:

  1. Uninstall xcode 9 or higher, install xcode 8.3.3 Or change name Xcode 9 to Xcode9.app then copy Xcode 8.3.3 into Applications folder
  2. open terminal and run ant again
  3. Rebuild ipa

I hope this information is useful

calmgoing commented 6 years ago

what about windows?