freshplanet / ANE-Crashlytics

Air Native Extension (iOS and Android) for Crashlytics
Apache License 2.0
27 stars 11 forks source link

Not able to package iOS build #15

Open pprashant1234 opened 8 years ago

pprashant1234 commented 8 years ago

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

chojuhyeong commented 7 years ago

Hello. I have a problem too. Did this happen because you added the library?