Xcode 10 command-line building: Archive failed with Fabric Info.plist Error
问题 I have Jenkins server for autobuilding iOS project that has two targets. Project builds with command-line utility xcodebuild . Full commands are /usr/bin/xcodebuild -workspace "Our project.xcworkspace" -scheme "First target" -configuration Release archive DEVELOPMENT_TEAM=TEAMCODE -allowProvisioningUpdates and /usr/bin/xcodebuild -workspace "Our project.xcworkspace" -scheme "Second target" -configuration Release archive DEVELOPMENT_TEAM=TEAMCODE -allowProvisioningUpdates Before I did update