Xcode 10 command-line building: Archive failed with Fabric Info.plist Error

后端 未结 5 1074
长发绾君心
长发绾君心 2021-02-07 21:12

I have Jenkins server for autobuilding iOS project that has two targets. Project builds with command-line utility xcodebuild.

Full commands are

/         


        
5条回答
  •  眼角桃花
    2021-02-07 21:37

    Okay, I got the solution form Fabrics. For Xcode 10, add this path to the Input Files in Build phase in XCode $(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)

提交回复
热议问题