当我试图通过终端用pod init初始化一个新的podfile时,我得到了这样的信息:[!] Could not automatically select an Xcode project.Specify one in your Podfile like so:
project 'path/to/Project.xcodeproj
我的Flutter应用程序在我的iOS设备上不起作用,而它在安卓系统上运行得很好。我在pod install上收到一个错误alyzing dependencies
Inspecting targets to integratePlease specify a platform for this target in your Podfile.Please specify a platform for this target in your Podfile.See `h
我有一个现有的Podfile,它指定了一个框架。我想添加另一个,使用CocoaPods。[!] You cannot run CocoaPods as root.我以前只使用过一次终端,当时我安装了CocoaPods和我现有的框架,这个过程我成功地遵循了教程,但它的目的是从头开始创建Podfile。
非常感谢!
我在一个目录中有一个现有的工作区文件,它的子目录包含Xcode项目文件。当我从工作区文件的目录发出'pod install‘命令(我的pod版本是1.2.0)时,我得到以下警告:
[!]The Podfile contains framework targets, for which the Podfile does not contain host targets (targetsOtherwise, add a target to the Podf