Xcode 控制台无法po命令失效 log不打印,并提示was compiled with optimization - stepping may behave oddly; variables may not be available.
1.检查是否开启了debug模式;否者--------->>
2.请注意你的target的优化等级 debug与release都应该选第一个None[-o0] 不优化,如下图:

ios 出现log不打印 was compiled with optimization - stepping may behave oddly; variables may not be availa相关推荐

  1. ‘XXXX’ was compiled with optimization - stepping may behave oddly; variables may not be available

    在xcode中出现: 'XXXX' was compiled with optimization - stepping may behave oddly; variables may not be a ...

  2. was compiled with optimization - stepping may behave oddly; variables may not be available.

    出现这错误:was compiled with optimization - stepping may behave oddly; variables may not be available. 错的 ...

  3. XXXXX was compiled with optimization - stepping may behave oddly; variables may not be available.

    最近在运行程序的时候,总是突然崩溃,查看代码完全没问题,报以下错误: XXX was compiled with optimization - stepping may behave oddly; v ...

  4. ieltsListen was compiled with optimization - stepping may behave oddly; variables may not be availab

    手机升级ios9 后,程序运行崩溃,报错 ieltsListen was compiled with optimization - stepping may behave oddly; variabl ...

  5. Mac - was compiled with optimization - stepping may behave oddly; variables may not be available.

    http://blog.csdn.net/zhyl8157121/article/details/48780897 将编译模式调整为debug模式. 转载于:https://www.cnblogs.c ...

  6. was compiled with optimization - stepping may behave oddly; variables may not be available

    崩溃的原因可能是要加载的本地资源无法找到等: 例如,加载一张gif图片,但是工程里却没有这样的图片.

  7. [app-name] was compiled with optimization - stepping may behave oddly; variables may not be availabl

    问题描述翻译: App被最优化编译而表现异常  一些变量不可获得 1.把编译方式改为Debug Edit Scheme -- Build Configuration 选为Debug 2. BuildS ...

  8. 系统升级到iOS9,真机运行报“was compiled with optimization - stepping may behave oddly...”,闪退

    把系统升级到iOS9.1之后,真机运行app,崩溃了. 打印"was compiled with optimization - stepping may behave oddly; vari ...

  9. 'Project Name' was compiled with optimization - stepping may behave oddly

    今天调试发现log无法打印出来,并提示这样的错误 'Project Name' was compiled with optimization - stepping may behave oddly; ...

最新文章

  1. Spring异常解决 java.lang.NullPointerException,配置spring管理hibernate时出错
  2. LeetCode 452 Minimum Number of Arrows to Burst Balloons(贪心法)
  3. Python Django框架入门第一课
  4. leaflet的入门开发(一)
  5. javascript之function1
  6. 数据预处理(part3)--缺失值处理和区间化
  7. Linux 系统管理
  8. 就算边框缩窄到极致也不用刘海屏?魅族16s最新渲染图曝光
  9. PJ可能会用到的动态规划选讲-学习笔记
  10. 信用评分卡 (part 7 of 7)
  11. 【教程】Edraw Max使用教程:创建一个基本流程图
  12. 如何卸载office201032位_office2010如何卸载干净,笔者教你win7系统彻底卸载office2010的攻略...
  13. svn和git的区别,为什么使用git?
  14. 服务器安装macos虚拟机,Win10虚拟机VMware安装黑苹果MacOS Sierra图文教程
  15. 服务器共享文件夹Windows无法访问,windows server 2008 R2 无法访问本机共享文件夹
  16. 解决git 提交报fatal: unable to access ' ': The requested URL returned error: 403 错(亲测可行)
  17. 如何用无桥图腾柱功率因数校正控制器实现出色的AC-DC功率转换效率
  18. 【Python_046】网页爬虫(绕过SSH认证)
  19. 素数筛线性筛详细详解(个人总结思路超长版)
  20. 【Node.js】实现微信小程序在线支付功能

热门文章

  1. 计算机无法与internet同步时间,win7系统能上网可是无法同步Internet时间的解决方法...
  2. idr帧 i帧 p帧_GOP、IDR帧、I帧周期的关系
  3. 交通信息服务器图片,交通标志图片大全(图文解释)
  4. Appium+python自动化(四十一)-Appium自动化测试框架综合实践 - 即将落下帷幕(超详解)
  5. GIF动态图制作工具(免费),附教程
  6. oracle 非等值关联 优化,Oracle优化器、优化模式、表的连接方式(Hash Join、Nested Loop、Sort Merge Join)...
  7. NPOI使用ShiftRows向excel插入行,并复制原有样式
  8. 【第17周复盘】拿到红本本喽!
  9. Elasticsearch镜像打包记录
  10. electron中引入iohook来监听系统级鼠标键盘事件