adding cocoapod dependencies to a cocoa touch framework
问题 I’m trying to work out how to add cocoa pod dependencies to an iOS app that has an embedded cocoa touch framework. I have my podfile set up like this: link_with [‘TestApp’, ‘TestAppFramework’] platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' pod 'google-plus-ios-sdk', '~> 1.7' Then I add a view controller with a sign in button as per the instructions here: https://developers.google.com/+/mobile/ios/sign-in and everything compiles with no problems. If I then run the app it