cordova plugin add phonegap-plugin-push --variable SENDER_ID=5****** --save
我需要这个插件,用于推送通知.在对谷歌进行研究后,我发现我需要在项目中安装Cocoapods.但安装Cocoapods& pod安装.当我启动“project.xcworkspace”时,我收到以下错误.
diff: /Podfile.lock: No such file or directorydiff: /Manifest.lock: No such file or directoryerror: The sandBox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
我试图重建/清理项目或再次安装pod.但它并没有为我确定.
有人能帮我吗?
EDIT -> new Error
Apple Mach-O linker (ld) Error Group
clang: error: linker command Failed with exit code 1 (use -v to see invocation)
当我用pod修复错误时,我收到此错误.
解决方法 首先更新您的CocoaPods安装(“sudo gem install cocoapods”) 然后从项目目录中删除与POD相关的所有内容,除了.podfile. 在终端上运行“pod install”并使用工作区文件打开项目. 总结以上是内存溢出为你收集整理的ios – Xcode /Podfile.lock:没有这样的文件全部内容,希望文章能够帮你解决ios – Xcode /Podfile.lock:没有这样的文件所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)