-
Notifications
You must be signed in to change notification settings - Fork 61
AIR support 64 bit code #59
Comments
+1 Plz, build it. |
+1, this extension would need to be recompiled with the sdk at http://labs.adobe.com/downloads/air.html before it could be used |
+1, Need it urgently too. Please! |
+1 it would be awesome |
+1 ! We also need it urgently for a commercial application. |
Please...i don't want buy a Macbook Pro to make this happen XD |
+1 |
Hi, I have an intel mac so I decided to try and compile it for 64-bit. I had to set the target iOS verison to 6.0 to support 64-bit. However, I wasn't able to figure it out. Here is some of the error output, if anyone is able to help: The biggest culprit appears to be this line:
Here's some more debug output:
|
well i actually did run the build without this error. however i get an error that the xproj does not exist and the build fails. If i can get around this, we will have a compile! |
just tried this one https://github.com/plepers/NativeDialogs/tree/CC3D and it compiled ok. i am testing right now. it looks ok on android with air 16 |
I've issued a pull request with this fixed. #61 . Let me know if anyone has any issued with it. |
Thanks @mattmurton ! It worked perfectly for me |
👍 works great |
Does anyone know if this has been resolved? |
@mattmurton It's not working for me. The dialogs don't show up. Test on iPad iOS 8.2, 8.3, AIR SDK 16, 17. |
same problem. stopped working on 8.3 and air 17 and 18 |
@mattmurton can you recompile with the latest sdk to see if that solves the problem? |
Agreed, mattmurton's recompile unfortunatly does not work with air 17, air 16. It's an adobe SDK thing (have it working on iOS8.3 and air 15) - since from air 16 onwards they needed the 64 shizzle. (You can still compile for 8.3 on air 15 if you're not distributing through the app store but doing ad hoc - and in that case it still works). Would be nice to see an air 16/17/18 working version... cheers |
Any clues what may cause this issue or how Adobe could fix it? This is surely one of the best ANE's I've come across and it would be pretty sad if it wouldn't be available in the future any longer |
Hi all, |
I tested your new ANE with the latest AIR build (v18.0) on iPad Air 2 with iOS 8.3 but the Dialogs do not show up. I tried to show a dialog using "NativeAlertDialog.showAlert(...". However, I do see a trace appearing stating "Disposing on dispose()". Funny thing is that it automatically calls the callback function with the value of the first button (event.index = 0). E.g. a YES/NO prompt will automatically trigger "Yes" |
Not working on ipad 4 or ipad air |
@mattmurton To get yours to compile, I had to compile with I'm using: |
@mattmurton It compiles and runs well on iOS for me exept for the date picker - it claims it shows, but it's not visible.( |
anyone got it working? @JanFW I have the same issue, were you able to solve this problem? |
@drunkcat: Sorry, it seems as if the project has become deprecated. |
Here my version compiled to 64 bits https://github.com/esdebon/NativeDialogs |
the extension needs to be compiled now for both arm7 and arm64 to be Universal.
The text was updated successfully, but these errors were encountered: