Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in test project #3

Open
victordas opened this issue Sep 7, 2013 · 8 comments
Open

Error in test project #3

victordas opened this issue Sep 7, 2013 · 8 comments

Comments

@victordas
Copy link

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
Copy link
Owner

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

@victordas
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants