OObjC_Coderinobjccoder.hashnode.dev·Sep 16 · 4 min readEssential iOS Development Tools: Which IDEs, Debugging and Testing Software Can You Use to Boost EfficiencyI've noticed a pattern: the same feature takes one team a day and another team two or three days to finish. The difference isn't capability — it's the toolchain setup. iOS development has many stages,00
OObjC_Coderinobjccoder.hashnode.dev·Sep 10 · 5 min readTraceEagle System-Level Capture Tutorial: Capture macOS Built-in Apps and Stubborn Apps as PlaintextSystem-Level Capture This guide shows you how to use "System-Level Capture" to capture macOS built-in apps and those stubborn, deeply hidden apps: without entering the process and without touching ce00
OObjC_Coderinobjccoder.hashnode.dev·Sep 8 · 4 min readiOS Development Environment Setup Guide: From Xcode to Lightweight Toolchain OptionsWhen setting up an iOS development environment, the first thought is to install Xcode. Downloading the multi-gigabyte installer, waiting for it to unzip, installing the Simulator, and configuring your00
OObjC_Coderinobjccoder.hashnode.dev·Sep 7 · 3 min readDeveloping iOS Without a Mac: Several Feasible Solutions Using Cloud Services and Built-in CompilersThe most rigid limitation of iOS development is that you must use a Mac. But in practical work, there are always scenarios that cannot avoid this problem—your company assigns you a Windows laptop, you00
OObjC_Coderinobjccoder.hashnode.dev·Sep 7 · 4 min readPacket Capture Tool Comparison: Charles, Fiddler, TraceEagle, Wireshark, and ProxymanPacket capture is one of the most common techniques developers use in daily debugging. There are many tools on the market, but each has a distinct positioning and applicable scenario, so choosing the 00