“dyld:未加载库:@ rpath / libswiftAppKit.dylib”
以前的答案建议将“Embedded Content Contains Swift Code”标志设置为true.但是,Xcode 8 beta缺少此标志.
我试过“ALWAYS_EMbed_SWIFT_STANDARD_liBRARIES”,我相信Xcode 8的新标志.它也不起作用:(
是否有人尝试使用Xcode 8 beta编译和执行命令行应用程序;
– 使用Objective-C开发
– 拥有第三方swift库依赖项
更新:
我最终将“/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx”下的所有内容复制到可执行文件所在的文件夹中.不是一个完美的解决方案但它有效.
@R_404_6120@ 检查Xcode 8 beta 2发行说明中提到的内容:The new build setting ALWAYS_EMbed_SWIFT_STANDARD_liBRARIES replaces the use of EMbedDED_CONTENT_CONTAINS_SWIFT. This setting indicates that Xcode should always embed Swift standard librarIEs in a target for which it has been set,whether or not the target contains Swift code. A typical scenario for using this setting is when a target directly uses or embeds another product which contains Swift code.
注意:已弃用EMbedDED_CONTENT_CONTAINS_SWIFT. (26158130).
总结以上是内存溢出为你收集整理的objective-c – 嵌入式内容包含带有Xcode 8 Beta的Swift代码全部内容,希望文章能够帮你解决objective-c – 嵌入式内容包含带有Xcode 8 Beta的Swift代码所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)