Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why my fabric plugin blank after distribute new build?

I got below result after distributing my new build from xcode,

enter image description here

I don't get this blank before updating my fabric io. There used to be alert label if I either succeed uploading my new build or failed uploading my new build. I cant really know if my new build already distributed or not with this blank.

Please help me. Thanks

like image 391
Ega Setya Putra Avatar asked Oct 10 '15 09:10

Ega Setya Putra


2 Answers

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.

like image 51
Swinny89 Avatar answered Oct 21 '22 16:10

Swinny89


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.

like image 29
Mojtaba Avatar answered Oct 21 '22 17:10

Mojtaba