chrisribe / ti-firebase

Appcelerator / Titanium module project to build and use the google firebase SDK
Other
33 stars 14 forks source link

Firebase Debug Mode #25

Open tav3lla opened 6 years ago

tav3lla commented 6 years ago

Hi,

I don't understand how enable the Firebase Debug Mode.

I entered the FIRAnalyticsDebugEnabled=true in a module.xconfig: MODULE_VER=1.3.1 FIRAnalyticsDebugEnabled=true FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/ti.firebase/$(MODULE_VER)/platform "~/Library/Application\ Support/Titanium/modules/iphone/ti.firebase/$(MODULE_VER)/platform/ios"

but doesn't work. can you help me?

thanks in advance.

chrisribe commented 6 years ago

See issue #8, you need to set this in the generated project scheme and enabled the "shared" option.

Christian

tav3lla commented 6 years ago

Thanks, but i don't know what do you mean with "generated project scheme". Where i can find it? I must recompile the project on xcode? I'm using the titanium package.

chrisribe commented 6 years ago

In the iphone folder of this project you should find an xcode project file. Double click xcode should start, go to the scheme settings from there. I am going from memory so could be wrong. If it does not work, I will double check on my work computer. (Run in debug also)