ITMS-90535 Unable to publish iOS app with latest Google Signin SDK

后端 未结 6 1213
北荒
北荒 2020-11-29 01:09

I\'m using xcode 7 GM seed and installed latest Google Signin SDK through cocoapods pod \"Google/SignIn . I get the attached error when I try to publi

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-29 02:04

    I am getting the same error with TapJoy Bundle Resources.

    TapJoy is older version. So this problem is going to be fixed by either:

    1. Update TapJoy SDK
    2. Remove the string from Executable file of TapJoy's plist, not the app's plist just like user dstudeba suggested. In my case the String was TapJoyResources I removed that and worked perfect!

    Note: that plist was located at TapJoy's framework files. This error is exactly the same as with this Google Signin SDK issue.

    Here's what I did in detail:

提交回复
热议问题