“no such module” when Importing pods in swift playground
问题 Using Xcode 7.2.1. I am following this tutorial to get pods working in playground. i have added the playground into the workspace, and the podfile is linking to the playground. But importing still does not work - "no such module" https://littlebitesofcocoa.com/138-using-cocoapods-in-xcode-playgrounds // import does not work // Podfile target 'spaceships' do end platform :ios, '9.0' use_frameworks! link_with 'spaceships', 'imports', 'test' https://github.com/mingyeow