Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # encoding utf-8
- platform :ios, ‘6’
- pod ‘PKRevealController’, ‘2.0.6’
- xcodeproj ‘/Users/Matt/Documents/my-file-here_6/my file here.xcodeproj’
- [!] Invalid `Podfile` file: /Users/Matt/Podfile:5: no .<digit> floating literal anymore; put 0 before dot
- pod ‘PKRevealController’, ‘2.0.6’,
- ^
- /Users/Matt/Podfile:5: syntax error, unexpected tFLOAT, expecting '('
- pod ‘PKRevealController’, ‘2.0.6’,
- ^. Updating CocoaPods might fix the issue.
- ---------------------------
- or (as github recommends: "simply add pod 'PKRevealController' to your Podfile")
- # encoding utf-8
- platform :ios, ‘6’
- pod ‘PKRevealController’
- xcodeproj ‘/Users/Matt/Documents/my-file-here_6/my file here.xcodeproj’
- [!] Invalid `Podfile` file: /Users/Matt/Podfile:7: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '('
- ...ts/my-file-here_6/my file here.xcodeproj’
- ... ^. Updating CocoaPods might fix the issue.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement