What is the procedure for installing an external f

2019-08-11 11:45发布

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条回答
做自己的国王
2楼-- · 2019-08-11 11:58

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.

查看更多
登录 后发表回答