Crashlytics in iOS won't proceed past “Build Your Project” in Fabric app

前端 未结 26 882
隐瞒了意图╮
隐瞒了意图╮ 2020-11-30 01:02

I\'m installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc. <

相关标签:
26条回答
  • I have solved this issue by the following way. Following the advise from above, I began adding a new app to crashlytics. When I reached to adding new "Run script" build phase, I just copied that text and pasted it over the previous one(created with Crashlytics). I have also unchecked "Run script only when installing".

    After this, I canceleed adding a new app and procedeed back to the UPGRADE. At this moment, building the app, can pass you to the next step and you don't get stuck on that screen anymore.

    0 讨论(0)
  • 2020-11-30 01:24

    If the script is not running, you may have checked the "run script only when installing" in the run script section. I hope it helps

    0 讨论(0)
  • 2020-11-30 01:24

    If you are duplicating the target, remove the run script from build phase and add it again to solve the issue.

    0 讨论(0)
  • 2020-11-30 01:26

    Kindly cross verify that run script you adding is to your actual target if u will add to tests target it will not proceed until you add it to actual target

    0 讨论(0)
  • 2020-11-30 01:26

    It turned out I had not enough permissions to create new project in Fabric. Upgrading from Member to Admin resolved the issue.

    0 讨论(0)
  • 2020-11-30 01:27

    Thanks, I solved the problem by removing folders:

    ~ / Library / Caches / com.crashlytics.data
    ~ / Library / Caches / com.crashlytics.mac
    
    0 讨论(0)
提交回复
热议问题