Xcode Server Bot integration fails to export archive with Assertion fail: exportArchive: ipatool failed with an exception

时间秒杀一切 提交于 2019-12-02 08:47:06

I had the same error, in the watchapp and watchapp extension targets, i changed the setting, under Build Settings

Embedded Content Contains Swift Code   No

And the error was gone

I found this technical post from apple that says any embedded content needs to be set to No to prevent multiple copies of the swift library being added. I interpreted that as a watch target would be embedded content, (not sure if thats what they meant)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!