Unable to link GoogleAnalytics 3.01 with XCode 5 (missing required architecture x86_64)

前端 未结 4 1876
别跟我提以往
别跟我提以往 2020-12-07 22:58

I have built my App (targeted for iOS7) and now want to apply Google Analytics as the last step before submission. What I did:

  1. Downloaded GA for iOS 3.01
4条回答
  •  轮回少年
    2020-12-07 23:19

    I see on first screenshot that your project has 2 targets. Are you sure that libGoogleAnalyticsServices.a added to both targets? Linked frameworks may differ from target to target, so it's most common error this way... Also try remove GA from project, then Clean, then Clean Build Folder, then restart Xcode and add GA again =) Yesterday this helped me =)

提交回复
热议问题