evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

linker command failed with exit code 1 (use -v to see invocation) #1049

Open yusuf987 opened 5 years ago

yusuf987 commented 5 years ago

My project dependency "dependencies": { "react": "16.3.1", "react-native": "0.55.1", "react-native-animated-hide-view": "^1.0.0", "react-native-elements": "^0.19.1", "react-native-fcm": "^16.2.3", "react-native-keyboard-aware-scrollview": "^2.0.0", "react-native-simple-dialogs": "^0.4.1", "react-native-vector-icons": "^4.6.0", "react-navigation": "^2.0.0-rc.9" },

after adding FCM and linking via COCOPAD in my react native IOS project i am not able build my project in XCODE

i am able run my app in emulator from VS Code with command react-native run-ios

but now i have archive the project and upload on testFlight to be test and its shows build failed

screen shot 2018-10-06 at 2 04 52 pm

i have also tried to build project with .workspace but issue is same

haripermadi commented 5 years ago

I also have the same issue, is there any solution???

yusuf987 commented 5 years ago

I have not found any solution yet but but this error will not stop you from running the app I am able to test the app and publish on store

haripermadi commented 5 years ago

well in my case, I cannot run the apps.