ios - Cannot upgrade from Crashlytics to Fabric -
i upgrade application crashlytics fabric. instruction fabric application upgrade code in xcode. when reach step run application, application got error undefined symbols architecture i386 when run on simulator , undefined symbols architecture arm64 when run on iphone 5s. so, should fix this?
i've run similar issue evening. don't need crashlytics either, fabric/twitter. i'm using latest ios downloads/sdk fabric/twitter dev site.
after using fabric app install fabric/twitter sdk in xcode project got same "undefined symbols architecture arm64" error upon run/compile.
i found fix installing crashlytics first (whether need or not), going through steps etc., going in fabric.app , installing fabric/twitter next project.
crashlytics installed few libraries , i'm suspecting 1 of them (libc++.dylib ?) might have resolved issue? guess there's bug in automatic fabric.app installation i.e. if install fabric/twitter (v1.8) sdk alone w/o crashlytics there library or libraries missing result in run/compile arm64 error.
in summary, fix me (and got app compile w/o failing arm64 error) install crashlytics first , fabric.twitter, whether need crashlytics or not.
Comments
Post a Comment