How to use react-native link and CocoaPods

Issue #476 React Native comes with a default React library, and most CocoaPods libraries for React Native has React as a dependency pod, which causes the conflict https://github.com/react-native-community/react-native-svg/issues/621 https://stackoverflow.com/questions/45296994/difference-between-react-native-link-and-cocoapods https://github.com/onmyway133/notes/issues/486 https://github.com/facebook/react-native/pull/23563

October 29, 2019 路 1 min 路 Khoa Pham

How to cache CocoaPods

Issue #196 CocoaPods vs Carthage Carthage or CocoaPods: That is the question CocoaPods will build and compile our frameworks every time whenever you are doing the clean build or run pod install or pod update for the project. Cache Carthage Speeding up Carthage for iOS Applications Faster builds in Xcode with Carthage Cache CocoaPods Improve iOS CI build times with CocoaPods caching 馃憤 Any way to clean only current Xcode project but not Cocoapods dependencies?...

April 5, 2019 路 1 min 路 Khoa Pham

How to fix MethodError - undefined method `real_path` with CocoaPods?

Issue #170 I鈥檓 using cocoapods 1.6.0.beta.2 in a React Native apps and it has been working fine. The pods that I need is Firebase and FacebookSDK. Today after pod install, I got error NoMethodError - undefined method `real_path' for nil:NilClass I then tried running pod deintegrate to start from scratch, but that command fails as well. My next try is with cocoapods 1.6.0 and cocoapods 1.6.1 but the problem still persists....

February 25, 2019 路 2 min 路 Khoa Pham

Dealing with updated pod in BuddyBuild

Issue #149 We鈥檙e using BuddyBuild as our CI. Today one of our dependencies gets a sweat update https://github.com/hyperoslo/BarcodeScanner/releases/tag/4.1.1. So we pod update BarcodeScanner in one of our projects that depends on it. All is fine when running locally. So I make a Pull Request and wait for the build to kick off in BuddyBuild. For some reason, BuddyBuild can鈥檛 pick up the right version of Cocoapods, hence can鈥檛 update the new pods....

February 1, 2018 路 3 min 路 Khoa Pham