如果对jackha
有所帮助,我的用户名是计算机的杰克。我正在尝试将cocoapods与firebase一起使用,但是犯了一个不做pod init
的错误,因为我对代码几乎一无所知,并且正在学习。这是我的Podfile组成的:
Project /Users/jackminehan/Documents/Arbitrium/Arbitrium.xcodeproj
platform :ios, '11.0'
target "Arbitrium" do
pod 'Firebase/Core'
end
当我尝试使用pod install
时,我的错误是:
[!] Invalid `Podfile` file: unknown regexp options - jackha.
#来自/Users/jackminehan/Documents/Arbitrium/Arbitrium.xcodeproj/Podfile:1 #-------------------------------------------
项目/Users/jackminehan/Documents/Arbitrium/Arbitrium.xcodeproj #platform:ios,'11 .0' #-------------------------------------------
答案 0 :(得分:0)
您不需要此行,只需将其删除: 项目 /Users/jackminehan/Documents/Arbitrium/Arbitrium.xcodeproj