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

iOS setup issue #21

Closed
grabcode opened this issue Aug 17, 2016 · 2 comments
Closed

iOS setup issue #21

grabcode opened this issue Aug 17, 2016 · 2 comments

Comments

@grabcode
Copy link

grabcode commented Aug 17, 2016

Hi,

Thanks for your effort. I look to using this plugin. A glitch though, whilst getting the app to build via xcode:
Undefined symbols for architecture with "_OBJC_CLASS_$_FIRApp"

Here is the solution:
http://stackoverflow.com/questions/37344676/undefined-symbols-for-architecture-armv7-objc-class-firapp

Cheers,
Alex

@luisfuertes
Copy link

luisfuertes commented Sep 15, 2016

I had the same problem,

I already have $(inherited) flag on "Other Linker Flags" in Build Settings,
but my project dont compile because "ProjectnameTest" crash with same errors your, i try to add the same flags to "Other Linker Flash", (Only had diferent -lc++ ) and now project compile but crash on init.

Some solution?

EDIT: Ok, when i add -lc++ i only need add GoogleService-Info.plist to my project and it works.

@antseburova
Copy link

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