Linker command failed with exit code 1
See original GitHub issueVersions RN 0.44 react-native-fcm 6.2.3 What device are you using? iOS 10
Problem
When I build the project after linking manually without cocoapods I got Linker command failed with exit code 1
. I can inspect the report navigator and then I can see an extra warning 1 duplicate symbol for architecture x86_64 so as I have react-native-firebase library also linked in my project I think that there may be some conflicts. Any clue?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:11
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Linker Command failed with exit code 1 (use - Stack Overflow
Just go project-> Build Phase->Link Binary with libraries Remove the old FrameWorks by click on minus button(-) And clean and Run again. It's ......
Read more >clang: error: linker command faile… | Apple Developer Forums
That message isn't the error, it's just a message telling you there is an error. Go to the build log (click the last...
Read more >error: linker command failed with exit code 1 (open frameworks)
This means you have two files which have a function called "main" in them -- the compiler compiles all the code fine, but...
Read more >How to fix "linker command failed with exit code 1"?
This error code indicates that the linker was unable to complete its task of linking together the various compiled components of an ...
Read more >linker command failed with exit code 1 | Sololearn
I have been creating a Map class for creating allocated 2d Array. When I tried to Complier the file there is linker command...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
if you are using latest fcm repo, you need V4.0.0 SDK for IOS
have same error while build. this is detailed info: