`
beike
  • 浏览: 356625 次
社区版块
存档分类
最新评论

iphone debug

 
阅读更多

在 .pch中加入

 

#ifndef __OPTIMIZE__

# define NSLog(...) NSLog(__VA_ARGS__)

#else

# define NSLog(...) {}

#endif

 

#define LOG_INFO NSLog(@"File: %s, line %d [%@ ,%s]",__FILE__ , __LINE__,[[self class] description], _cmd);

 

在 target , build 里面 搜preprocessor macros . 里面加入  __OPTIMIZE__

分享到:
评论

相关推荐

    Xcode13.0真机调试包

    Xcode 12.3真机调试包,操作如下: 前往--应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport文件夹,拖到文件目录下之后重启 Xcode 即可

    iPhone Cool Projects pdf

    How do you debug what you can't see? Neil guides you through the toughest challenges, sharing his experience of what works and what to watch out for when working with audio. Finally, Steven Peterson ...

    iPhone Cool Projects

    How do you debug what you can't see? Neil guides you through the toughest challenges, sharing his experience of what works and what to watch out for when working with audio. Finally, Steven Peterson ...

    ios17.1真机调试包

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 二、打开Finder 按下快捷键:command + shift + G 三、放入文件 重启Xcode 备注:Xcode运行iOS17.1的包进行真机调试会在...

    iOS17.0真机调试包

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 二、打开Finder 按下快捷键:command + shift + G 三、放入文件 重启Xcode 备注:Xcode运行iOS17.0的包进行真机调试会在...

    iOS17.2真机调试包

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 二、打开Finder 按下快捷键:command + shift + G 三、放入文件 重启Xcode 备注:Xcode运行iOS17.2的包进行真机调试会在...

    ios 13.2 真机调试包

    13.2真机包。 打开Xcode显示包内容 Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 将真机包拷贝进去 重启xcode

    syslog for mac

    自己开发的mac下终端直接查看iphone/ipad/itouch设备系统日志的工具, 直接命令行输出, 不再需要从 xcode 里面 查看,这个太麻烦, 而且还不能过滤消息。 方便真机调试 使用: 终端下 直接敲: ./syslog.b 就行了...

    iOS 14.0 的安装包,在xcode中添加后,可以支持手机的真机调试。

    iOS 14.0 的安装包,在xcode中添加后,可以支持手机的真机调试。 安装地址:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    fruitstrap:从命令行安装和调试iPhone应用程序,而无需使用Xcode

    该项目不再维护。 水果陷阱 在不使用Xcode的情况下安装和调试iPhone应用程序。 旨在在不受干扰的设备上工作。 要求 ... make debug将安装demo.app并启动GDB会话。 笔记 经过一些修改,可以在不安装Xcod

    iPhone性能测试工具GT (腾讯)

    GT(随身调)是APP的随身调试平台,它是直接运行在手机上的“集成调试环境”(IDTE, Integrated Debug Environment)。 利用GT,仅凭一部手机,无需连接电脑,即可对APP进行快速的性能测试(CPU、内存、流量、电量、...

    ffmpeg移植到IOS上 Demo

    错误解决方法 ... 配置项 ./configure \ --cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc \ --as='/usr/local/bin/gas-preprocessor.pl ...--disable-debug

    ios13.1真机调试包.zip

    ios13.1真机调试包,下载后点击MAC首页屏幕,同时按住Command+Shift+G,复制输入以下地址:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 完全退出 Xcode 并重启,就OK啦...

    [iPhone开发书籍大全].Beginning.Xcode(2006)

    It includes tools to design, edit, analyze, debug, test, package, and distribute your projects. It can be used by an individual developer or to collaborate with a group of developers.

    iOS 14.0 真机调试开发包

    拷贝到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport目录下即可。

    iOS.ProjectMonitor:监视持续集成构建状态的 iPhone 应用程序

    将ProjectMonitor/Credentials.example.plist复制到ProjectMonitor/Credentials.debug.plist ,输入您的 Parse 凭据。 可可豆 在client/文件夹中运行pod install以下载 iOS 框架和依赖项。 其他凭证 该项目使用了多

    FDLabelView(iPhone源代码)

    来源:github/FDLabelViewLicence:Unspecified平台:iOS设备:iPhone / iPad作者:Fourdesire  可以十分方便地对UILabel里面的文字进行排版。不仅支持左对齐、右对齐以及居中,还支持 justify 排版以及 fill ...

    iOS12真机调试文件

    iOS12真机开发包,打开并复制到目录/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    iOS10.2真机调试包

    升级到iOS10.2无法真机调试,解决方案:下载资源包并解压,将文件夹放到 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 目录下,重启XCode即可

    HdgRemoteDebug v2.6

    • 几乎可以在Unity 支持的任何平台上运行(在Mac 和Windows 编辑器以及Android、iPhone 和UWP 设备上测试)。 • 迭代设备上的触摸控件。 • 适用于Unity Free 或Pro。 • 非常适合在实际设备上调整设置,而无需...

Global site tag (gtag.js) - Google Analytics