Reputation: 1695
I got below result after distributing my new build from xcode,
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
Upvotes: 16
Views: 1086
Reputation: 51
I had the same problem, initially i was able to upload the builds even with fabric version 2.0 and above. The problem started when there was a build being uploaded and it was taking some time and i closed the fabric app.
The solution for me was signing with a different user of the team who had access for the the projects and upload the build.
As mentioned in the above answers, deleting fabric didn't work (probably because i didn't delete all my files, incrementing the version number for the project and cleaning didn't work either).
Upvotes: 1
Reputation: 7373
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.
Upvotes: 2
Reputation: 34830
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.
Upvotes: 1
Reputation: 6044
I've got the same issue few days ago and here how I solved it:
** 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.
Upvotes: 1