我正在使用Xcode 6.0.1。
可以在https://github.com/ippoippo/thornbird找到回购
您需要使用SpikeKeysForTesting
。swift_example作为模板创建自己的SpikeKeysForTesting
。swift文件。
无论如何,我遇到的主要问题是我的源文件位于我打算用作公共源目录的目录中。 它是Moya(https://github.com/AshFurrow/Moya)使用的类似技术,并在此处记录:http://www.swift-studies.com/blog/2014/6/30/creating-a-pure-swift-framework-for-both-ios-and-mac
但是,当我尝试在Workspace中构建我的ThornbirdFramework项目时,ThornbirdFrameworkTests类无法解析Thornbird类(如./thornbird/Thornbird.swift中所定义)。
有什么想法吗?
答案 0 :(得分:0)
重建一切,现在好了。