【发布时间】:2014-10-08 16:51:04
【问题描述】:
当我尝试将 swift 框架与目标 - c 项目链接时,我的问题应用程序崩溃了
dyld: Library not loaded: @rpath/libswiftCoreImage.dylib
Referenced from: /Users/arcilite/Library/Developer/Xcode/DerivedData/SamplesAdaptiveController-fpznutybiarsvsbwskrhgwflbcdo/Build/Products/Debug-iphonesimulator/AdaptiveController.framework/AdaptiveController
你有什么想法吗?我可以在objective-c代码中使用swift框架吗?谢谢
P.S Xcode 6.0 版本。模拟器
【问题讨论】:
-
在模拟器还是iphone?什么版本的ios?
-
模拟器。版本 7 和 8
标签: ios swift frameworks