在 XCode 6 中为 Swift 安装外部框架或库的过程是什么?
What is the procedure for installing an external framework or library for Swift in XCode 6?
我想创建一个新的 XCode6 Swift 项目并安装这个框架:https://github.com/mattdonnelly/Swifter。框架 github 页面上的说明本身似乎不完整,在搜索完整说明时,我用 Google 和 Whosebug 搜索了很多东西,但都没有成功,所以我只能求助于质疑。先感谢您。 MJB.
在 Alamofire 自述文件 Embedded Framework 部分中有非常棒的框架安装说明。请注意,您需要将 Alamofire 特定信息替换为 Swifter
。
您也可以考虑使用 Carthage. There are also some great instructions for Carthage use in the Alamofire README here。
我想创建一个新的 XCode6 Swift 项目并安装这个框架:https://github.com/mattdonnelly/Swifter。框架 github 页面上的说明本身似乎不完整,在搜索完整说明时,我用 Google 和 Whosebug 搜索了很多东西,但都没有成功,所以我只能求助于质疑。先感谢您。 MJB.
在 Alamofire 自述文件 Embedded Framework 部分中有非常棒的框架安装说明。请注意,您需要将 Alamofire 特定信息替换为 Swifter
。
您也可以考虑使用 Carthage. There are also some great instructions for Carthage use in the Alamofire README here。