hansemannn / titanium-firebase-core

Use the Firebase Core SDK in the Titanium SDK 🚀
Other
31 stars 23 forks source link

iOS: Error when tried to compile #6

Closed DouglasHennrich closed 6 years ago

DouglasHennrich commented 6 years ago

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

hansemannn commented 6 years ago

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

DouglasHennrich commented 6 years ago

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?

hansemannn commented 6 years ago

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

hansemannn commented 6 years ago

Closing for now due to inactivity