iOS关于CGContextSetBlendMode: invalid context 0x0的错误

在ios 7的模拟器中,选择一个输入框准备输入时,会触发这个错误,以下是出错详细日志:

<Error>: CGContextSetBlendMode: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context  and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.

本来以为是我程序的问题,后面在网上查了下,这是ios7 模拟器的一个bug。大家不必纠结!

参考网址:

http://stackoverflow.com/questions/19276882/error-appears-when-i-type-on-uitextfield-with-physical-keyboard-in-ios7

时间: 2024-10-13 00:17:34

iOS关于CGContextSetBlendMode: invalid context 0x0的错误的相关文章

【iOS】CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable

CGContextSaveGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable 暂时记下……

CGContextSetFillColorWithColor: invalid context 0x0错误

在真机调试ios6的时候有出现如下的错误: <Error>: CGContextSetFillColorWithColor: invalid context 0x0 <Error>: CGContextSetStrokeColorWithColor: invalid context 0x0 经过查找发现这是iOS的系统bug,不会产生啥影响,可以忽略.

CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

最近在测试的过程中, 发现了SpringBoar的一个问题: SpringBoard[53] <Error>: CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable. 同时也发现了应用有类型的问题: Aug  6 13:11:50  Tour1[17353] <Erro

&lt;Error&gt;: CGContextRestoreGState: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.

转自   出 错原因:设置app的状态栏样式的使用使用了旧的方式,在info.plist里面设置了View controller- based status bar appearance为NO,默认为YES,一般式iOS6的时候使用这种方式,iOS7,8也兼容,但是到了 iOS9就报了警告.修改方式将View controller-based status bar appearance设置为YES,然后使用新的方 式来实现状态栏的样式. ios7之后的方法 - (UIStatusBarStyle

IOS &#39;NSInternalInconsistencyException&#39;, reason: &#39;Invalid parameter not satisfying: URLString&#39;

今天想写一个请求的天气,好的,废话不多说,先贴代码: 使用AFNetWorking 发送get请求,但是一直报错  IOS 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: URLString' 翻译出来就是  不能满足urlstring, 可能时请求地址错了,但是请求地址没错,返回是一串json数据,然后我就迷糊了,后来 我发现这个url中参数是直接写上去的 ,然后parameters

【三分钟视频教程】iOS开发中 Xcode 报 apple-o linker 错误的#解决方案#

[三分钟视频教程]iOS开发中 Xcode 报 apple-o linker 错误的#解决方案# [三分钟视频教程]iOS开发中 Xcode 报 apple-o linker 错误的#解决方案#,布布扣,bubuko.com

Apache Tomcat 服务因 0 (0x0) 服务性错误而停止

操作系统:Windows Server 2003 SP2/win7 64JDK 版本为 6.0 update 6 安装在 D:\Java 目录下Tomcat 版本为 6.0.16 安装 D:\Tomcat 目录下故障描述:成功安装后 Tomcat 无法启动日志错误:Apache Tomcat 服务因 0 (0x0) 服务性错误而停止解决方法:把 JRE \BIN目录下的 msvcr71.dll 文件拷贝到 C:\windows\system32 下面 注意:64位的操作系统如下操作 解决方法:把

[Perforce]password (P4PASSWD) invalid or unset. 的错误解决

前言 使用 Perforce , 可以使用Perforce 的Client 端. 有时候在编写一些脚本或代码的时候, 可能或使用到 Perforce的命令的方式. 正常状况下, 使用如下命令: p4 -C utf8 -p host:port -u username -p password -c workspace sync //depot_path/... 就可以sync perforce 的源文件了. 登录的帐号和密码直接接在命令的后面. 但是以上的方法并不一定正确, 可能会出现 Perfor

iOS应用发布Invalid Binary问题解决方案

上次发布一淘HD应用,头一天发布,第二天就上线,私下还在想,是不是苹果采用什么优化的解决方案了,导致审核速度加快了. 这两天发布新版,一直碰到Invaild Binary问题,才想明白,原来大家都被这个问题绊住了,导致上传的应用少,所以审核速度变快了. 一开始碰到Invaild Binary,网上搜索了下,看到一些资料说Icon问题,可能会导致Invaild Binary,碰巧这次发布修改了Icon问题,各种修改 折腾后,上传应用还是报Invalid Binary问题,由于未在某邮件组,一直收不