amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
544 stars 344 forks source link

Invalid Bundle Structure #790

Open wrsullivan63 opened 2 years ago

wrsullivan63 commented 2 years ago

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

skotzageorgiouRDC commented 4 months ago

After almost 2 years you don't have a solution???