Podfile中的错误:语法错误,意外的输入结束,预期结束

时间:2020-02-24 13:31:07

标签: command-line cocoapods

这是我的完整Podfile:

platform :ios, '13.0'

target 'Installing RxSwift' do

Project ~/Desktop

use_frameworks!

pod 'RxSwift', '~>4.0'

end

这是我无法理解的错误:

[!] Invalid `Podfile` file: unterminated regexp meets end of file
[path] syntax error, unexpected end-of-input, expecting end.

#  -------------------------------------------
#  
>  end
#  -------------------------------------------

我的文件中哪个错误?

0 个答案:

没有答案