Thisdeviceisnotcurrentlyonline

参考 you can restart your device! then connect your device to your mac->open Xcode->press command + i I’ve encountered this issue today. The record button is disabled and the tooltip says “This device is not currently online”. However my iPhone is connecting with my Mac and can be debugged with Xcode without any problem.

使用Instruments的工具

检测app内存爆增代码,优化性能 Instruments工具使用办法 整理Demo,列出几种常用instrument的场景。来熟悉具体操作 demo 集成

Chisel-LLDB命令插件

{% github facebook chisel 56d0e0d width = 30% %} LLDB 是一个有着 REPL 的特性和 C++ ,Python 插件的开源调试器。LLDB 绑定在 Xcode 内部,存在于主窗口底部的控制台中。调试器允许你在程序运行的特定

LLDB命令使用

{% github it-boyer width = 30% %} help 最简单命令是 help,它会列举出所有的命令。如果你忘记了一个命令是做什么的,或者想知道更多的话,你可以通过 help 来了解更多细节,

RxSwift爬虫工具

{% github it-boyer ReptileTool 60cac75 width = 30% %} 目的 实践大话设计模式/swift基础语法/函数响应式开发 正则表达式语法 iOS开发之详解正则表达式原文:NSRegularE

RxSwift函数响应式开发

{% github beeth0ven RxSwift-Chinese-Documentation cbbc87e width = 30% %} RxSwift学习 RxSwift 中文文档 更多示例 RxExample 中包含许多具有代表性的示例。它们都是很好的学习材料。这里我们取出其中几个示例来展示如