cocoa pods 报错 [!] Invalid `Podfile` file:

问题描述

cocoa pods 报错 [!] Invalid `Podfile` file:

cocoa pods pod install 是报错
[!] Invalid Podfile file: syntax error, unexpected end-of-input, expecting keyword_end.

# from /Users/gaoxiaohui/Desktop/123/Podfile:3
# -------------------------------------------
# target 'CC' do

pod 'AFNetworking', '~>2.3.1'
# -------------------------------------------

解决方案

时间: 2024-09-10 02:10:57

cocoa pods 报错 [!] Invalid `Podfile` file:的相关文章

用微信js-sdk接口下载图片总报错invalid media_id

问题描述 用微信js-sdk接口下载图片总报错invalid media_id 我用微信的js-sdk接口的wx.chooseImage选择图片,用wx.uploadImage上传图片,再用http://file.api.weixin.qq.com/cgi-bin/media/get?access_token=ACCESS_TOKEN&media_id=MEDIA_ID上传下载多媒体文件接口下载图片到本地服务器,可总是报错{"errcode":40007,"errms

创建sftp连接时报错-sftp连接时,报错invalid server's version string

问题描述 sftp连接时,报错invalid server's version string 连接方法,我看了一下和网上一样.但这种错误在网上没有搜索到.有遇到这个错误的,给点提示,谢谢.public ChannelSftp connect(String host int port String usernameString password) {ChannelSftp sftp = null;try {JSch jsch = new JSch();jsch.getSession(usernam

visual studio 2010-visual studio2010运行报错 the specified file is an unrecognized

问题描述 visual studio2010运行报错 the specified file is an unrecognized 我是从 http://igraph.sourceforge.net/download.html 下载的关于图的一个程序包 名字是igraph ![CSDN移动问答][1]解压后运行总是出现这个错误,the specified file is an unrecognized or unsupported binary format 不知道怎么回事 解决方案 指定的文件是

hadoop-windows平台安装Hadoop,启动报错No such file or directory

问题描述 windows平台安装Hadoop,启动报错No such file or directory 这几天在折腾windows下安装Hadoop,完全按照网上写的标准步骤. 参考博文:http://www.cnblogs.com/kinglau/p/3270160.html 好不容易到最后了,在启动Hadoop时,一直报错如标题. 格式化hdfs日志: $ bin/hadoop namenode -format DEPRECATED: Use of this script to execu

CF login登陆报错 Invalid authentication token.

问题描述 各位大神,小弟在搭建cloudfoundry时,用cflogin登陆,为啥验证已经通过,但是报了Invalidauthenticationtoken.Trylogginginagainwith'cflogin'.Ifproblemscontinue,pleasecontactyourCloudOperator.这个错误呢,登陆一直都不成功,能看出是什么问题吗? 解决方案 解决方案二:cftarget配置了吗解决方案三:可以参考官方文档http://docs.cloudfoundry.o

导入sdk报错 no such file or directory: 'SystemConfiguration

问题描述 解决方案 看下-ObjC设置了么,systemConfiguration.framework加了吗

微信分享报错invalid signature

问题描述 后台代码publicpartialclasstest:System.Web.UI.Page{protectedvoidPage_Load(objectsender,EventArgse){//获取tokenstringtoken="";stringtokenc=CookieHelper.Get("token");if(!string.IsNullOrEmpty(tokenc)){token=tokenc;}else{stringgettoken="

nginx+fastdfs报错conf file must have item

问题描述 nginx+fastdfs报错conf file must have item fastdfs安装配置没问题,使用fastdfs_test测试也能上传,但是安装完nginx及其module后启动nginx时 nginx错误显示:[2015-12-12 18:13:19] ERROR - file: ../storage/trunk_mgr/trunk_shared.c, line: 106, conf file must have item "store_path1"! 而浏

用npoi导入csv文件报错

问题描述 用npoi导入csv文件报错 调试的时候IO异常指向 using (IWorkbook workbook = new HSSFWorkbook(excelFileStream)) 报错Invalid header signature; Read 32088581144510207, expected -2226271756974174256 解决方案 说明这不是一个excel文件,导入csv不用npoi,npoi只能打开excel格式 读取csv:http://www.cnblogs.