hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources' #96

Closed DouglasHennrich closed 7 years ago

DouglasHennrich commented 7 years ago

Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources'

module v3.5.0 TiSDK 6.1.1.GA Appc CLI 6.2.2

hansemannn commented 7 years ago

Same for latest (3.6.1)? 3.5.0 was packaged by @yozef.

Hey @yozef, did you maybe packaged with ./build.py instead of appc ti build -p ios --build-only?

DouglasHennrich commented 7 years ago

With latest version(3.6.1) it works just fine =)

Thanks

m1ga commented 6 years ago

@hansemannn had the same error when I've used 3.10.0 from the release page. I've cloned the repo and recompiled it locally (appc ti build -p ios --build-only) and it worked.

joshualambert commented 5 years ago

Hey y'all -- I'm seeing this bug again on TiShadow. Works fine with a normal iOS build. Any idea what might be happening here? [ERROR] [iphone, 12.3.1, 192.168.84.103] Error: Google Maps SDK for iOS requires GoogleMaps.bundle to be part of your target under 'Copy Bundle Resources'

joshualambert commented 5 years ago

The bug goes away if I don't use this module, so I think something's not quite meshing between TiShadow and Ti.GoogleMaps.

hansemannn commented 5 years ago

TiShadow is not able to handle bundle resources so far - not a module issue.

joshualambert commented 5 years ago

You'll find this interesting. I re-installed the Ti.GoogleMaps module entirely. Did a build without TiShadow. Then did another build with it -- it's working now. Idk why. But I'll roll with it! :D

hansemannn commented 5 years ago

Once compiled without TiShadow, it's copied so it will work. Lucky it's fine now.