How to add a CocoaPod framework to Xcode 8 Playground
问题 I tried to add some pods to the Playground within an Xcode project. Unfortunately, the only scope supported is targets since the update, and link_with is no longer supported. ERROR: [!] Invalid Podfile file: [!] The specification of link_with in the Podfile is now unsupported, please use target blocks instead. When I use target blocks, I get this error: [!] Unable to find a target named MyPlayground , did find Target_1 , Target_2 OR: [!] Unable to find a target named MyPlayground.playground ,