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

前端 未结 26 1085
隐瞒了意图╮
隐瞒了意图╮ 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条回答
  •  抹茶落季
    2020-11-30 01:37

    If you use Xcode 10.

    Project Navigator -> your project -> Targets -> Build Phases -> your Run Script for Fabric -> Input Files -> "+" (add input file) -> clear field and past this line:

    $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)
    

    Be sure to remove this: $(SRCROOT)/

提交回复
热议问题