0

Screenshot

I am trying to upload update on my game from Xcode 7.0.1 but I am getting this error shown in image. I have been to advertiser web page and I have made alterations as recommended. 1. Bitcoin-No 2. added this to info.plist NSAppTransportSecurity-NSAllowsArbitraryLoads.

I am still getting same error, any idea what else can be done.

info.plist image here. No key listed. still getting same error. Am I missing something in this list.

user2511630
  • 3,214
  • 2
  • 17
  • 15
  • 1
    Possible duplicate of [Unexpected CFBundleExecutable key](http://stackoverflow.com/questions/32096130/unexpected-cfbundleexecutable-key) – Szu Oct 30 '15 at 12:25

2 Answers2

1

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

Find CFBundleExecutable key , remove the offending keys

Community
  • 1
  • 1
eertl
  • 371
  • 1
  • 9
0

I have sorted it with your helps. For the benefit of others I am loading image of info.plist from subproject. Remember this is not main project info.plist I did following changes..... 1).remove ExecutableFile - StartApp(compare images). 2).change Bundle OS Type Code - BNDL(in subproject info.plist) 3).change bitCoin - No (in target)

This is my after image.(This info.plist worked) enter image description here

user2511630
  • 3,214
  • 2
  • 17
  • 15