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

后端 未结 5 1048
长发绾君心
长发绾君心 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:55

    I found crutch-like solution: select Legacy Build System at File -> Workspace Settings -> Build System in Xcode GUI.

    Why this solution is bad? Because of:

    • Legacy Build System is slower than New Build System (Default).

    • It's not Xcode setting but workspace. I.e. after cleaning workspace folder in Jenkins or some version control system actions will reset this setting to default, and non-working option will select again.

提交回复
热议问题