无法在终端中找出cocoapods错误代码

时间:2019-01-15 01:10:42

标签: firebase terminal cocoapods

所以我的主要目标是使用pod install。如果需要,我在Mac上的用户名是Jack。我对此并不陌生,并且正在学习中,并且犯了一个错误,即不使用pod init。因此,当我尝试对这个Podfile使用pod install时:

Project /Users/jackminehan/Documents/Arbitrium/Arbitrium.xcodeproj platform :ios, '11.0' target "Arbitrium" do pod 'Firebase/Core' end

...我收到此错误:

[!] Invalid `Podfile` file: unknown regexp options - jackha.

...并且当我删除此行时: Project /Users/jackminehan/Documents/Arbitrium/Arbitrium.xcodeproj

...我收到将其添加回的错误消息(我认为):

[!] Could not automatically select an Xcode project. Specify one in your Podfile like so: project 'path/to/Project.xcodeproj

我该如何解决?

0 个答案:

没有答案