Why my fabric plugin blank after distribute new build? Why my fabric plugin blank after distribute new build? xcode xcode

Why my fabric plugin blank after distribute new build?


I had the same issue.

Close fabric, increment your build number in Xcode, clean the project, open fabric, then build and archive your project. When it is finished and you distribute it then it will work properly.


I've got the same issue few days ago and here how I solved it:

  1. ** Get an uninstaller for mac (here is a free one http://www.freemacsoft.net/appcleaner/) and use that to remove fabric completely.
  2. Empty Trash
  3. Restart your Mac
  4. Remove fabric from xcode project by removing build script and frameworks. You may need to comment some code depending on your setup.
  5. Clean/Build, fix errors if any.
  6. Download latest fabric and install
  7. Follow their instruction to setup the project again, (e.g. adding build script)

** Make sure the uninstaller you choose deletes every and all related files to fabric. It usually shows you list of files it's about to delete.


In addition to the regular "cleaning" of the build, try to build when Fabric is open. It acts weirdly when if it's not open already on build. Fabric 2.x is extremely problematic. I hate the day I updated it.