xcodebuild打包卡住

  • 百度说明
    xcodebuild -project RoN.xcodeproj -scheme RoN_taiwan -destination generic/platform=ios archive -archivePath bin/RoN.xcarchive
      这一步如果卡住在,可能是因为scheme文件不存在造成的,做法如下,
      在Xcode -》manage schemes中,把你需要导出的项目的scheme的shared,勾选共享,ok,继续尝试

  • jenkins 报错
    Failed to locate a valid instance of CoreSimulatorService in the bootstrap. Adding it now.
    There are no schemes in workspace "Wrapper".

  • 成功

你可能感兴趣的:(xcodebuild打包卡住)