我已经安装了Cocoapods,运行了pod安装程序,创建了一个pod文件,然后当我尝试安装它时,得到以下错误。fatal: Not a git repository (or any of the parent directories): .git/Library/Ruby/Gems/2.0.0/gems/co
我使用终端导航到我的Xcode项目的文件夹,并使用pod init创建一个Podfile。在此之后,我打开Podfile,包含安装我正在寻找的pod所需的所有代码,然后在同一目录中使用pod install。[!]No `Podfile' found in the project directory.[!]Existing Podfile found in directory
因此,它似乎能够看到Podfile,但当我
Invalid `Podfile` file: [!]The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead.Invalid `Podfile` file: [!]The specification of `link_with` in the Podfile is now unsupported, please use target blocks instead,但是Po