when I change Pods file I get this error after command pod install
/Users/mac/Documents/Projects/Test/Podfile:1: syntax error, unexpected tINTEGER, expecting '('
platform :ios, ‘7.0’
^. Updating CocoaPods might fix the issue.
So how I can update it?
Replace the 'curly quotes' around the platform with single quotes:
platform :ios, '7.0'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With