运行pod install时无法找到xcode项目

qncylg1j  于 12个月前  发布在  其他
关注(0)|答案(3)|浏览(146)

当我试图构建我的Xcode时,我说:
沙箱与Podfile. lock不同步。请运行“pod install”或更新CocoaPods安装。
因此,我尝试运行pod install,但得到:
ios % pod install Analyzing dependencies [!] Unable to find the Xcode project '/Users/user/Documents/GitHub/samples/changers/ios/Runner.xcodeproj' for the target 'Pods-Runner'.
我尝试了不同的东西,已经张贴在这里,但到目前为止没有工作。
谢谢你的帮助!

hc8w905p

hc8w905p1#

哦,你明白了吗?也许一些不需要的操作会使您的xcodeproj消失。如果您没有修改任何内部iOS本机代码,您可以删除整个ios文件夹并重新创建它。检查此:How do I add Platforms to an Existing Flutter App/Project?。或简短:键入flutter create .

y1aodyip

y1aodyip2#

第一个月
rm -rf Podfile.lock
arch -x86_64 pod install --repo-update
试试用这些密码

ugmeyewa

ugmeyewa3#

显然,在xcode项目中,我的目录路径发生了一些问题,所以当我将flag更改为$(inherited) flag并运行pod install时,一切正常。

相关问题