You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to package the iOS build after using this ANE.
Error found is :
[java] ld: framework not found Crashlytics for architecture armv7
[java] ld: framework not found Crashlytics for architecture arm64
[java] Compilation failed while executing : ld64
I tried to re-package the ANE , after adding following libraries and frameworks :
libc++.dylib
libz.dylib
SystemConfiguration.framework
Security.framework
Unfortunately, that also didn't helped ; and the app got crashed when Fabrics was initiallized.
Is there any workaround to make this ANE compatible for iOS ?
Thanks in advance,
Prashant
The text was updated successfully, but these errors were encountered:
pprashant1234
changed the title
Not able to package iOS app
Not able to package iOS build
Nov 23, 2015
Hello all,
I'm not able to package the iOS build after using this ANE.
Error found is :
[java] ld: framework not found Crashlytics for architecture armv7
[java] ld: framework not found Crashlytics for architecture arm64
[java] Compilation failed while executing : ld64
I tried to re-package the ANE , after adding following libraries and frameworks :
libc++.dylib
libz.dylib
SystemConfiguration.framework
Security.framework
Unfortunately, that also didn't helped ; and the app got crashed when Fabrics was initiallized.
Is there any workaround to make this ANE compatible for iOS ?
Thanks in advance,
Prashant
The text was updated successfully, but these errors were encountered: