Copy file to root of Xcode project when building

后端 未结 2 1607
隐瞒了意图╮
隐瞒了意图╮ 2020-12-11 23:41

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

2条回答
  •  既然无缘
    2020-12-11 23:52

    I did correctly all along, however Destination should be set to Wrapper and subpath empty. No need to have them in the target either.

    This one explained the Destination options: xcode copy files build phase - what do the destination options mean exactly?

提交回复
热议问题