ITMS-90433: Invalid Swift Support

简介: 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

相关文章
|
7月前
|
Android开发
【Bug】Android resource linking failed和error: failed linking references.
【Bug】Android resource linking failed和error: failed linking references.
|
4月前
|
Java 开发工具 Android开发
解决flutter doctor出现Android license status unknown或cmdline-tools component is missing
解决flutter doctor出现Android license status unknown或cmdline-tools component is missing
100 4
解决flutter doctor出现Android license status unknown或cmdline-tools component is missing
|
4月前
|
开发工具 Android开发
Android Studio resource linking failed
Android Studio resource linking failed
92 1
|
4月前
|
API
Flutter 解决Type ‘MouseCursor‘ not found.
Flutter 解决Type ‘MouseCursor‘ not found.
47 0
|
7月前
|
开发工具
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
62 1
|
7月前
|
Swift
[!] Unable to determine Swift version for the following pods:
[!] Unable to determine Swift version for the following pods:
101 0
|
7月前
|
Swift iOS开发
ITMS-90433: Invalid Swift Support
ITMS-90433: Invalid Swift Support
|
7月前
|
编译器 Linux 开发工具
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
81 0
|
iOS开发
iOS xcrun: error: active developer path
iOS xcrun: error: active developer path
108 0
|
开发者 iOS开发
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
946 0