Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

Installing CocoaPods: no response

Trying to install CocoaPods from the terminal: $ sudo gem install cocoapods After entering my root password, nothing happens. How can …

ruby rubygems cocoapods
target overrides the FRAMEWORK_SEARCH_PATHS build settings

I'd like to ask and then answer this question. I'd like to update the CocoaPods built into my app, so …

objective-c cocoapods
Xcode Unit Testing with Cocoapods

I've been banging my head against a wall with this for the last few days but despite multiple Google/SO/…

ios xcode unit-testing cocoapods xctest
Integrate Fabric/Crashlytics via CocoaPods

I try to integrate Fabric/Crashlytics via CocoaPods, my Podfile looks like this: pod 'Fabric/Core', '1.2' pod 'Fabric/…

ios cocoapods crashlytics twitter-fabric
Do we need to run `pod install` with React Native 0.60?

I'm using React Native 0.60.5 and am linking this module. It says that for React Native 0.60+, "CLI autolink feature links the …

reactjs react-native cocoapods native-module react-native-native-module
Xcode 7.3 cannot create __weak reference in file using manual reference counting

After updating to Xcode 7.3, it throws the error Cannot create __weak reference in file using manual reference counting in pod …

objective-c xcode cocoapods
No such module ... in Xcode

I've run into a problem with Xcode (using Swift) that has me completely stumped. I realize that this question has …

ios swift xcode cocoapods podfile
Can not perform `pod install` under el capitan (15A279b)

I ran pod install with El Capitan and got this error: Errno::EPERM - Operation not permitted - /Users/../Pods/…

cocoapods root xcode7 osx-elcapitan
Xcode 10 Command PhaseScriptExecution failed with a nonzero exit code (EXPANDED_CODE_SIGN_IDENTITY: unbound variable)

This error pops up when doing Project > Test /Users/.../Project/Pods/Target Support Files/Pods-Target/Pods-TargetTests-frameworks.sh: line 104: EXPANDED_…

cocoapods code-signing xcode10 xcode10beta6
How to disable/remove FirebaseAnalytics

I update 'Google/Analytics' from CocoaPod and get FirebaseAnalytics. After that, each time I run project, the FirebaseAnalytics turns out …

ios google-analytics cocoapods firebase-analytics