hansemannn / titanium-googlemaps

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

Compilation error with the latest version. #133

Closed LilianAlvarez closed 5 years ago

LilianAlvarez commented 5 years ago

I tried to compile the latest version of Google Maps : 4.2.0 and got this error : [ERROR]   BUILD FAILED [ERROR]  The following build commands failed: [ERROR]   Ld /Users/admin/Desktop/Zone\ de\ chasse/zoneDeChasse/build/iphone/build/Products/Debug-iphonesimulator/zone\ de\ chasse.app/zone\ de\ chasse normal x86_64 [ERROR]  (1 failure) Build failed. Process exited with code 1.

dkjeune commented 5 years ago

good morning, same problem for me.

hansemannn commented 5 years ago

Can you paste the full trace log? I'm using this in production, so probably some new system framework was referenced that is linked by other modules that I use but you guys don't. Should be easy and quick to fix once the trace log is available.

appc run -p ios -l trace

dkjeune commented 5 years ago

i have this:

[ERROR] BUILD FAILED [ERROR] The following build commands failed: [ERROR] Ld /Users/noureddine/Documents/Appcelerator_Studio_Workspace/APPLI\ Live/build/iphone/build/Products/Debug-iphonesimulator/APPLI\ Live.app/APPLI\ Live normal x86_64 [ERROR] (1 failure)

hansemannn commented 5 years ago

Can you please read my comment more carefully?

dkjeune commented 5 years ago

You can find all trace on this file : trace.txt

hansemannn commented 5 years ago

It seems like Google increased the minimum iOS version to 9.0, so you need to specify that in your tiapp.xml: <min-ios-ver>9.0</min-ios-ver>

dkjeune commented 5 years ago

It work ! Thanks for your help.