这是我的完整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
# -------------------------------------------
我的文件中哪个错误?