iOS Question Cannot find GoogleMaps.bundle

cwt

Active Member
Licensed User
Longtime User
Trying to add Google Maps to my B4i app.

I found this tutorial: https://www.b4x.com/android/forum/threads/b4x-b4xpages-googlemaps-example.120121/

I downloaded the Project.zip example on the tutorial page but there is no GoogleMaps.bundle in the Special folder when I run the example app.

And link "You can download the example project from: www.b4x.com/b4i/files/GoogleMaps.zip " appears to be dead.

When I run the example GoogleMaps.b4i that I did download I get this warning and error:

Copying updated assets files (1)
Application_Start
WARNING: Unable to find and load 'GoogleMaps.bundle' for Google Maps SDK for iOS. This may be a sign that you've forgotten to include a resources bundle in your 'Copy Bundle Resources' build phase. As this bundle contains important resources, you may encounter missing images, translations and other incorrect behavior.
Error occurred on line: 48 (B4XMainPage)
Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources'
............................

What am I doing wrong?

Using B4i v6.80
 

cwt

Active Member
Licensed User
Longtime User
Strange - I clicked on the link again and nothing - so I right-clicked on the link and selected "open in new tab" as it worked.
 
Upvote 0

hatzisn

Well-Known Member
Licensed User
Longtime User
Propably it is not https the link and your security settings do not allow http download from https site. I faced that in the past and it has puzzled me a lot until I corrected that.
 
Upvote 0
Top