Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

CocoaPods could not find compatible versions for pod "razorpay_flutter" when running pod install

CocoaPods could not find compatible versions for pod "razorpay_flutter" when running pod install

This is due to your minimum deployment target being less than iOS 10.0. To change this, open ios/Podfile in your project and add/uncomment this line at the top:

# platform :ios, '9.0'
change to 

platform :ios, '10.0'
Comment

PREVIOUS NEXT
Code Example
Shell :: what is the command to move the cursor to the start of the current line in vi 
Shell :: git create branch based on another branch 
Shell :: how to install tar.xz file in ubuntu 
Shell :: restart linux 
Shell :: set upstream git 
Shell :: switching branch in git 
Shell :: generate gpg key 
Shell :: command to kill port in linux 
Shell :: GUI for mac home dir 
Shell :: mysql password inline cli 
Shell :: passphrase 
Shell :: docker port entered blocking state 
Shell :: Target Packages (main 
Shell :: django test env 
Shell :: install h5py in jupyter notebook 
Shell :: wget every ipv4 
Shell :: git remove before commit 
Shell :: dhcp handshake 
Shell :: how to make kali linux faster - To monitor preload’s log file 
Shell :: linode attach volume to disk 
Shell :: sortchut presen window all desktop kde 
Shell :: How to create a gpt partition table with fdisk 
Shell :: heading in github readme 
Shell :: exec format error Heroku dockerfile 
Shell :: getting help for git 
Shell :: composer command to install vendor in magento 2 
Shell :: git switch to specific branch name 
Shell :: deleting when you terminate it 
Shell :: matlab show figure 
Shell :: cargo create 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =