【发布时间】:2020-08-03 14:48:12
【问题描述】:
当我归档我的 react-native 应用并放入 App Store Connect 时,我收到了这个错误:
ITMS-90429: Invalid Swift Support - The files libswiftDarwin.dylib, libswiftDispatch.dylib,
libswiftCoreGraphics.dylib, libswiftCoreFoundation.dylib, libswiftUIKit.dylib, libswiftMetal.dylib,
libswiftCore.dylib, libswiftFoundation.dylib, libswiftQuartzCore.dylib, libswiftos.dylib,
libswiftObjectiveC.dylib, libswiftCoreImage.dylib aren’t at the expected location
/Payload/SafetifyMobileReact3.app/Frameworks. Move the file to the expected location, rebuild your
app using the current public (GM) version of Xcode, and resubmit it.
在任何网站都找不到解决方案...
我正在使用 XCode 11.6 和 react-native 0.63.0
【问题讨论】:
-
找到了解决方案,在这个链接:developer.apple.com/library/archive/technotes/tn2435/…,然后搜索“Embedded .dylib Files”
标签: ios xcode react-native