【Swift】`pod install` 時のエラー[!] Invalid `Podfile` file: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('.
これはなに
pod install
したときに出たエラー。
Podfileはこのように書かれていた。
pod 'RxSwift',
pod 'RxCocoa'
カンマが要らない
マヌケなミスではあるが、改行の際にカンマは打たなくていい。
pod 'RxSwift'
pod 'RxCocoa'
バージョンを指定する際はカンマを打つ。改行時には要らないが。
pod 'RxSwift', '~> 4.3.1'
pod 'RxCocoa', '~> 4.3.1'
以上です(;´Д`)
Author And Source
この問題について(【Swift】`pod install` 時のエラー[!] Invalid `Podfile` file: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('.), 我々は、より多くの情報をここで見つけました https://qiita.com/antk/items/2058039a788b2b716cda著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .