iOS Question The bundle at 'Payload/*****/GoogleMaps.bundle' does not contain a bundle executable

zavaree

Active Member
Licensed User
Longtime User
Hi
i have 2 question :
1 : when i try send .ipa from application loader this error showing :
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/*****.app/GoogleMaps.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue."

2 : my .ipa file is ready.I do not have an iPhone connected to a computer.
Applestore wants a movie from me. How do I prepare my movie for apple store?
 

zavaree

Active Member
Licensed User
Longtime User
i delete all build folder and paste fresh build server. delete all line use by google map .
build in release mode but when i try to send showing attached error :(
 

Attachments

  • error.png
    error.png
    116.1 KB · Views: 338
Upvote 0

zavaree

Active Member
Licensed User
Longtime User
i not used any google map library. but when i try build in src folder i see googlemap bundle folder ! why ??
 
Upvote 0

zavaree

Active Member
Licensed User
Longtime User
Yes ! Your are the Best :)
now this error shwoing : :|

ERROR ITMS-90158: "The following URL schemes found in your app are not in the correct format: [https, http]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail."

but in my source only 4 url like this :

http://www.****.domain.com
http://www.domain.com
 
Upvote 0
Top