tuarua / AR-ANE

ARKit Adobe Air Native Extension for iOS11
Apache License 2.0
35 stars 7 forks source link

Demo app force close when launching in iPhone #13

Closed jorgefralves closed 6 years ago

jorgefralves commented 6 years ago

Answer the below. DO NOT DELETE!!

thanks in advance

tuarua commented 6 years ago

Did you run the example provided with the project Ok ?

To see the error that occurs, open Xcode > Window > Devices and Simulators > View Device Logs

If you are getting a crash on launch then it normally means the dependencies haven't been included correctly. Unzip your .ipa. Open Payload > Right Click on Main > Package Contents. Confirm the frameworks have been packaged like so:

image

N.B. You don't need to include ARANE.swc. The ANE already contains the API.

jorgefralves commented 6 years ago

Hi, first of all thanks for the quick reply!

I was my fault, I was including the folder "device" inside the ios_dependencies and not the "Frameworks" folders.

Its working now.

And thanks for sharing this project, amazing work!