hansemannn / titanium-firebase-core

Use the Firebase Core SDK in the Titanium SDK 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS: Error when tried to compile

DouglasHennrich opened this issue · comments

I'm getting this error when I try to build my app with Ti.GoogleMaps:

[TRACE] ld: warning: directory not found for option '-F/Users/odin/Documents/Projects/Reset/Fleeter/Mobile/Main/build/iphone/../../modules/iphone/ti.googlemaps/1.2.0/platform'
[TRACE] ld: warning: directory not found for option '-F/Users/odin/Library/Application Support/Titanium/modules/iphone/ti.googlemaps/1.2.0/platform'
[TRACE] ld: framework not found FirebaseCore
[TRACE] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands failed:
[ERROR]         Ld build/Products/Debug-iphonesimulator/Fleeter.app/Fleeter normal x86_64
[ERROR] (1 failure)

when I remove the firebase-core+firebase-analytics it works just fine and then founds the right version for the ti.googlemaps which is 3.10.0.
captura de tela 2017-11-25 as 19 17 34
captura de tela 2017-11-25 as 19 19 04

I'm using TiSDK 6.3.0.GA

Can you explain how the google-maps module relates to this issue? Also, please paste the trace-log, which includes the actual compile error.

I guess it's related because when I remove the firebase, the maps works just fine and gets the right version which is 3.10.0

That is the end of my log with Trace, you need the whole thing?

yep, the whole log (at least the compile step) would be good.

Closing for now due to inactivity