I am trying to implement Google Analytics (GA) in my iOS apps. I have two different targets that have different tracking-ids for GA. GA requires a GoogleService-Info.p
GoogleService-Info.p
I did correctly all along, however Destination should be set to Wrapper and subpath empty. No need to have them in the target either.
Destination
Wrapper
This one explained the Destination options: xcode copy files build phase - what do the destination options mean exactly?