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

You can set up your podfile to automatically match the deployment target of all the podfiles to your current project deployment target like this : post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings[‘IPHONEOS_DEPLOYMENT_TARGET’] = ‘9.0’ end end end

Error: “The sandbox is not in sync with the Podfile.lock…” after installing RestKit with cocoapods

I was able to fix that by updating CocoaPods. I. Project Cleanup In the project navigator, select your project Select your target Remove all libPods*.a in Build Phases > Link Binary With Libraries II. Update CocoaPods Launch Terminal and go to your project directory. Update CocoaPods using the command pod install

How to run CocoaPods on Apple Silicon (M1)

2022 September Update If you can use Homebrew to manage cocoapods. # Uninstall the local cocoapods gem sudo gem uninstall cocoapods # Reinstall cocoapods via Homebrew brew install cocoapods 2021 Solution # STEP 1: Install ffi sudo arch -x86_64 gem install ffi # STEP 2: Re-install dependencies arch -x86_64 pod install Additional Information #1 For … Read more

How do I install CocoaPods?

POD Install Open terminal and type: sudo gem install cocoapods The Gem will get installed in Ruby inside the System library. Or try on Mac OS X v10.11 (El Capitan), type: sudo gem install -n /usr/local/bin cocoapods If there is an error “activesupport requires Ruby version >= 2.xx”, then install latest activesupport first by typing in the … Read more

Cocoapods Warning – CocoaPods did not set the base configuration of your project because because your project already has a custom config set

I had the same problem, but in Xcode 6.1.1 – what fixed it for me was to change the configuration file setting to None for the two Pods-related targets, then run pod install again. The configuration file setting is found by selecting the project (not the target) and then the Info tab.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)