Hello,
I'm developing an AR application using unity with output on android and iOS. When running the app in android I have no issue, the problem accurs with iOS cause the app crash with two threads:
0_abort_with_payload
6_dyld_start
The output from terminal is:
dyld: Library not loaded: @rpath/libclang_rt.ubsan_ios_dynamic.dylib
Referenced from: /private/var/containers/Bundle/Application/A8E6796D-8E7E-4746-B1BB-25F6CCCB17D0/VuforiaSample.app/VuforiaSample
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/A8E6796D-8E7E-4746-B1BB-25F6CCCB17D0/VuforiaSample.app/Frameworks/libclang_rt.ubsan_ios_dynamic.dylib: code signature invalid (lldb)
I'm using
Unity 2019.2.21f1
XCode 11.6
iPhone SE
Hi,
Apple made some changes to Xcode and you would require a paid Apple developer account to overcome this issue.
Here is more info about the issue: https://developer.vuforia.com/forum/unity/code-signature-invalid-xcode
Thank you.
Vuforia Engine Support