alperdincer / TiGMap

Titanium Module of Google Maps SDK for iOS
22 stars 19 forks source link

Error in test project #3

Open victordas opened 11 years ago

victordas commented 11 years ago

I'm getting the following error:

[ERROR] : \ BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/test.app/test normal i386 [ERROR] : (1 failure)

alperdincer commented 11 years ago

There is a compiled module under releases. Please use that one instead of compiling.

victordas commented 11 years ago

It still fails. I get the same error.

Could you suggest exact configuration or dependency

I get this error without even writing any code. I get as soon as I add the module.

Is it possible to release x86 simulator build

Regards, Victor

alperdincer commented 11 years ago

Did you download the Google Maps SDK and change the module.xcconfig in modules folder according to your paths.

Like in my module.xcconfig

EXT_MODS_BASEDIR=/Users/alper/Documents/temp/timod/TiGMapV3/MekansalGMap OTHER_LDFLAGS=$(inherited) -F"$(EXT_MODS_BASEDIR)" -F"/Users/alper/Documents/temp/Frameworks/GoogleMapsIOS-1.4.0/" -framework GoogleMaps -framework AVFoundation -framework CoreText -framework CoreData -framework CoreGraphics -framework CoreLocation -framework ImageIO -framework GLKit -framework SystemConfiguration -framework QuartzCore -framework OpenGLES /usr/lib/libz.dylib /usr/lib/libc++.dylib /usr/lib/libicucore.dylib /usr/lib/libobjc.A.dylib

You should change the folder path according to your needs.

victordas commented 11 years ago

Thanks a lot for you precious time.

I'm afraid I'm not able to see the map.

Is there anything else I need to look for.

alperdincer commented 11 years ago

Dear Victor,

I'm trying to help you but you just said it is not working.

What it in the log files? Can you give me detailed information? What is your Google Maps SDK version? etc.

victordas commented 11 years ago

Yes, I appreciate you spending your valuable time,

https://www.dropbox.com/s/2q9d0rips3g9js2/test.zip

Above is the link to the test project.

I am using the latest Google Map SDK for iOS

Regards, Victor.

alperdincer commented 11 years ago

Sorry for late response. Somehow I missed your issue request.

You should check your module.xcconfig file and fix your Google Maps SDK path as follows :

-F"/Users/username/Documents/temp/Frameworks/GoogleMapsIOS-1.3.1/GoogleMaps.framework" -framework GoogleMaps -framework AVFoundation -framework CoreText -framework CoreData -framework CoreGraphics -framework CoreLocation -framework ImageIO -framework GLKit -framework SystemConfiguration -framework QuartzCore -framework OpenGLES /usr/lib/libz.dylib /usr/lib/libc++.dylib /usr/lib/libicucore.dylib /usr/lib/libobjc.A.dylib

deepakpardeshi commented 11 years ago

Hi alperdincer, i am also getting same error. Will you pls help. i changed the paths according to my paths still getting error as

[ERROR] :  \ BUILD FAILED ** [ERROR] :  The following build commands failed: [ERROR] :   Ld build/Debug-iphonesimulator/Tippler.app/Tippler normal i386 [ERROR] :  (1 failure)