ITMS-90433: Invalid Swift Support
【摘要】 ITMS-90433: Invalid Swift SupportITMS-90433: Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t have the correct code signature. Make sure you’re using the correct signature, rebui...
ITMS-90433: Invalid Swift Support
ITMS-90433: Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t have the correct code signature. Make sure you’re using the correct signature, rebuild your app using the current public (GM) version of Xcode, and resubmit it. Don’t just modify the code signature of libswiftAVFoundation.dylib.
提交AppStore审核,遇到了上述问题,看了大部分的解决方案,大部分都是修改两个属性
TARGETS--> Build Settings-->搜索:
1、ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
如果该属性设置为NO,则修改为YES
2、SWIFT_VERSION
如果版本低于5.0,则修改为5.0
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
SWIFT_VERSION = 5.0
【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)