osx - Integrating Fabric / Crashlytics when iOS and OS X apps are in the same project -


the ongoing application has ios , os x versions in same project because of lot of shared code. tried integrate fabric platform, in particularity crashlytics toolset, both of them far see not possible through standard installation wizard since binaries compiled different architectures (x86_64, arm) rewrite each other during installation because of same path.

i think solved placing binaries different paths , specifying them @ run phase. i'm not sure whether maintainable in future considering fact of automatic updates. has encountered such task?

mike crashlytics , fabric here.

you want similar mention here tvos , ios projects.

but here's need do.

  1. add fabric , crashlytics ios target.
  2. move ios crashlytics.framework , fabric.framework different location default provided.
  3. update framework search paths in ios project’s build settings.
  4. update /run path in ios run scipt build phase point updated location.
  5. build ios project ensure frameworks , /run script detected.
  6. switch tvos target.
  7. use fabric.app follow standard installation steps crashlytics tvos target.
  8. follow steps 2-5 tvos target , should trick.

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -