gpt4 book ai didi

ios - 带有 Xcode 8 beta : Found an unexpected Mach-O header code: 0x72613c21 的 AWS

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:59:12 26 4
gpt4 key购买 nike

我刚刚尝试使用新的 Xcode 8 beta 构建我之前在 Xcode 7 下开发的应用程序,并在最新的 AWS SKD (2.4.5) 中遇到以下错误:发现意外的 Mach-O header 代码:0x72613c21

从嵌入式框架中删除所有框架可以消除错误,但会产生一个新错误:bash:/Users/*****/Library/Developer/Xcode/DerivedData/MyApp-gmsydrrvmebbiuarunefhhwwkuty/Build/Products/Debug-iphoneos/MyApp.app/Frameworks/AWSCore.framework/strip-frameworks.sh:没有那个文件或目录

有没有人在 Xcode 8 中遇到过类似的错误并且可能有修复方法?

最佳答案

如果您使用的是 Swift pod,请将其添加到您的 Podfile,然后检查:

post_install do |installer|  
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'] = 'NO'
end
end
end

关于ios - 带有 Xcode 8 beta : Found an unexpected Mach-O header code: 0x72613c21 的 AWS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38285280/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com