Linker error with Cocoapods
See original GitHub issueIn my react native project I have rnfirebase setup with cocoapods. And it has its own Pods xcconfig file.
How do I merge these 2 (UnityConfig & Myprojects-config) files ?
I tried adding #include
but its still not able to find some header files.
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Cocoapods error: linker command failed with exit code 1 (use ...
First try to Show the Report navigator (8. tab in left navigator of Xcode) and check the report. It should give you some...
Read more >Linker error with Xcode 12 and CocoaPods 1.9.3 — building ...
This linker error looks like CocoaPods/CocoaPods#10026. Upgrading to CocoaPods 1.10.rc.1 should fix the error. If anyone has been holding off to ...
Read more >iOS : Xcode 5 iOS 7 CocoaPods Linker Error - YouTube
iOS : Xcode 5 iOS 7 CocoaPods Linker Error [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] iOS : Xcode 5 iOS 7 ...
Read more >Linking error with Cocoapods and Unity 4.3.2 - Google Groups
I am receiving the linking error "ld: library not found for -lPods" despite trying the fixes on the Troubleshooting page. The dependencies are...
Read more >Apple Mach-0 Linker Error with Backendless Pod - General
Hi, I currently have an issue when trying to use pods to install the Backendless SDK. Once the pod has been installed and...
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
I’m adding new Pods this way:
pod install
Pods-rnunitydemo.release.xcconfig
(this file includes all needed dependencies)UnityConfig.xcconfig
Pods-rnunitydemo.release.xcconfig
intoUnityConfig.xcconfig
I have managed to solve this:
this is my UnityConfig.debug.xcconfig:
Actually all I needed to to is to add this 4 lines to the beginning of the file :
Just copy it from you default xcconfig.
I hope it helped