Top "Cocoapods" questions

CocoaPods is the dependency manager for Cocoa projects.

The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1

I'm getting this below warning message in my Xcode 10.1. The iOS Simulator deployment targets is set to 7.0, but the range …

ios xcode cocoapods ios-simulator google-fabric
Pod install is staying on "Setting up CocoaPods Master repo"

I'm cloning a project from a git repo, but when I execute pod install the first line I see is "…

ios objective-c git cocoapods pod-install
Unable to find a specification in CocoaPods

I cannot understand why the Cocoapod is unable to find the pod specification I created when I run pod install. …

ios objective-c ruby cocoapods
Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code

Showing Recent Messages:-1: mkdir -p /Users/spritzindia/Library/Developer/Xcode/DerivedData/Contigo-atftiouzrdopcmcpprphpilawwzm/Build/Products/Debug-iphonesimulator/Contigo.app/Frameworks Showing …

ios swift xcode cocoapods xcode10.2.1
error: 'Flutter/Flutter.h' file not found when flutter run on iOS

I don't know why but I can't build or run the App in my new Macbook, I run the same …

ios flutter cocoapods flutter-ios flutter-ios-build
Pod install displaying error in cocoapods version 1.0.0.beta.1

My podfile was working but after updating to cocoapods version 1.0.0.beta.1 pod install displays following error MacBook-Pro:iOS-TuneIn home$ pod …

ios cocoapods
Cocoapods setup stuck on pod setup command on terminal

MacBook-Pro:~ skbc$ pod setup --verbose /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world …

ios ruby git xcode5 cocoapods
XCTest/XCTest.h not found on old projects built in Xcode 6

I have a few projects I'm trying to build with Xcode 6 Beta 2. The projects all have some type of library …

ios xcode cocoapods xctest
Ignore Xcode warnings when using Cocoapods

I use quite a lot third party libraries which have many warnings in it, after the latest Xcode updates. (for …

iphone xcode warnings cocoapods