ITMS-90433: Invalid Swift Support

简介: 提交 AppStore 审核,遇到了上述问题,看了大部分的解决方案,大部分都是修改两个属性

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

相关文章
|
2月前
|
Java 开发工具 Android开发
解决flutter doctor出现Android license status unknown或cmdline-tools component is missing
解决flutter doctor出现Android license status unknown或cmdline-tools component is missing
57 4
解决flutter doctor出现Android license status unknown或cmdline-tools component is missing
|
5月前
|
开发工具
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
41 1
|
5月前
|
iOS开发
‘authorizationStatus‘ is deprecated: first deprecated in iOS 14.0
‘authorizationStatus‘ is deprecated: first deprecated in iOS 14.0
67 0
|
5月前
|
Swift
[!] Unable to determine Swift version for the following pods:
[!] Unable to determine Swift version for the following pods:
63 0
|
5月前
|
Swift iOS开发
ITMS-90433: Invalid Swift Support
ITMS-90433: Invalid Swift Support
|
5月前
|
编译器 Linux 开发工具
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools
48 0
|
iOS开发
iOS xcrun: error: active developer path
iOS xcrun: error: active developer path
98 0
|
移动开发 iOS开发
IOS开发错误library not found for -lXXX
IOS开发错误library not found for -lXXX
1082 0
IOS开发错误library not found for -lXXX
|
Android开发
安卓问题集-Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
错误出现原因: 1、没有 AndroidManifest.xml file文件(出现几率较小) 2. 是你在外面修改了包名而在 AndroidManifest.xml file.文件中没有同步过去导致的错误。可能原因是包名首字母大写,首字母应该小写
4627 0
|
存储 安全 网络协议
Basic debugging using logging for iOS apps
Basic debugging using logging for iOS apps
133 0
Basic debugging using logging for iOS apps