evollu / react-native-firebase-analytics

React native bridge for firebase analytics
MIT License
206 stars 54 forks source link

Error while compiling for iOS #10

Closed alwx closed 8 years ago

alwx commented 8 years ago
screen shot 2016-06-26 at 19 50 53

Here is what I see when trying to compile my project for iOS. Everything was fine before adding FirebaseAnalitycs to this project.

ghost commented 8 years ago

UPDATE: I have the solution.

Add $(inherited) to OTHER LINKING FLAGS in your Build Settings

Yep same issue here. But I have it with react-native-fcm package.

alwx commented 8 years ago

@alexanderniebuhr it works, thanks. (it should be added to readme file, of course)