-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New 64-bit compatibility rules #15
Comments
I will check today. Compiled but not tested yet. Will post a link here |
Here is repack that supports iOS x64 ARM |
Is there anything else we have to do to get this working? I put it in my project, linked the ANE, and dropped in the import statement like this:
But I get "access of possibly undefined propert AirAlert" errors, and I'm not getting autocomplete on the import statement so I think it's not actually recognizing the ANE correctly or something. FlashBuilder 4.7, AIR SDK 16 latest beta, Windows 8.1 x64. |
Hmm. No it doesn't seem to. Is it "com.freshplanet.ane_.AirAlert_" or I must be having other issues -- this was an old project I hadn't really Plus I'm realizing I need more than just 2 buttons -- I need three -Tom On 1/12/2015 4:27 PM, @TheRabbitFlash wrote:
|
Original and recompiled work for me as on my screenshot above :)
But I don't know why ANE's don't works simple for you :) This extension don't show any issues on iPhone6 |
With the new AIR SDK updated to meet Apple's new 64 bit requirements, I started getting the following error:
Error occurred while packaging the application:
Error: META-INF/ANE/iPhone-ARM/libAirAlert.a, are required to have universal iOS libraries. Please contact the ANE developer(s) to get the same.
Any chance of recompiling it with the AIR 16 Beta SDK?
The text was updated successfully, but these errors were encountered: