Integration Google Analytics in Swift App
问题 I follow this manual(https://developers.google.com/analytics/devguides/collection/ios/v3/?ver=swift#get-config) to integrate Google analytics in my app. But i getting some error when i try to test it! ld: framework not found GoogleInterchangeUtilities I have already made this: 1)in podfile: pod 'Google/Analytics' -> pod install 2) in APP-Bridging-Header.h: #import "Google/Analytics.h" #import "GAI.h" #import "GAIDictionaryBuilder.h" #import "GAIEcommerceFields.h" #import "GAIEcommerceProduct