You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting to the App Store I get this error message:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'GoogleMaps' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
This is also for GoogleMapsBase and GoogleMapsCore
EXPECTED BEHAVIOR
The app works correct on emulator and physical device and compiles to debug and release with no problems.
I have tried it seems most everything that can be found through searching the internet, but to no avail. I've cleaned out the /bin and /obj folders. Tried updating to the newest of every nuget package, but still no expected results.
What am I missing or doing wrong. I've noticed that when I get ready to publish, the .ipa file is twice the size of what it normally was before I started using Xamarin.Forms.GoogleMaps.
Thoughts?
Robert
The text was updated successfully, but these errors were encountered:
VERSIONS
PLATFORMS
ACTUAL BEHAVIOR
When submitting to the App Store I get this error message:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'GoogleMaps' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."
This is also for GoogleMapsBase and GoogleMapsCore
EXPECTED BEHAVIOR
The app works correct on emulator and physical device and compiles to debug and release with no problems.
I have tried it seems most everything that can be found through searching the internet, but to no avail. I've cleaned out the /bin and /obj folders. Tried updating to the newest of every nuget package, but still no expected results.
What am I missing or doing wrong. I've noticed that when I get ready to publish, the .ipa file is twice the size of what it normally was before I started using Xamarin.Forms.GoogleMaps.
Thoughts?
Robert
The text was updated successfully, but these errors were encountered: