I want to create a new XCode 6 Swift project and install this framework: https://github.com/mattdonnelly/Swifter. The instructions on the framework's github page itself seem incomplete, and in searching for the full instructions I have Googled, and StackOverflowed, and tried many things without success, so I'm left with the recourse to questioning. Thank you in advance. MJB.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There are really awesome installation instructions for frameworks in the Alamofire README Embedded Framework section. Please note that you will need to swap the Alamofire specific information for Swifter
.
You could also consider using Carthage. There are also some great instructions for Carthage use in the Alamofire README here.