简体   繁体   中英

Getting Error: No such module 'Alamofire' while using the Alamofire.playground

I am using xCode Version 6.3.2 (6D2105).

I just downloaded the Alamofire repo from github and build the Alamofire project. I was able to run the iOS example included in the workspace without any problems.

However, when I try to use the included playground to test out some calls, I get the "No such module" error. I have tried the steps outlined at https://developer.apple.com/library/ios/recipes/Playground_Help/Chapters/ImportingaFrameworkIntoaPlayground.html but that still did not seem to help.

Can you tell me what needs to be done to make the playground work with the Alamofire framework.

问题是我需要构建Alamofire框架项目,并确保将工作区设置设置为Build Locaiton的Xcode默认值。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM