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

后端 未结 5 1049
长发绾君心
长发绾君心 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 22:01

    Solution to complete the setup of Crashlytics and/or Fabric using following:

    1. Go to Build Settings
    2. Search "Debug Information Format"
    3. Change value of "Debug" from "DWARF" to "DWARF with dSYM File"
    4. Build your project again.

    Change "DWARF"

    To "DWARF with dSYM File"

提交回复
热议问题