UUIKit_Ninjainuikit2ninja.hashnode.dev·Sep 15 · 4 min readUnderstanding the iOS Development Toolchain: A Comprehensive Comparison and Selection Guide for Cursor, Xcode, and KXAppI've noticed a trend: there are more and more tools to choose from for iOS development today. Besides Apple's official Xcode, there's the AI-driven Cursor and the lightweight KXApp. Many teams and ind00
UUIKit_Ninjainuikit2ninja.hashnode.dev·Sep 10 · 2 min readiOS Provisioning Profile Management: Create, Regenerate, and Clean Invalid ProfilesProvisioning Profile Requires a paid Apple Developer Program membership. A provisioning profile (Provisioning Profile, i.e. .mobileprovision) is used to build an App. You need one for development an00
UUIKit_Ninjainuikit2ninja.hashnode.dev·Sep 9 · 3 min readUnderstanding the iOS Compiler: The Full Pipeline from Source Code to Machine CodeEvery time you hit Run or Archive in the IDE, a full compilation pipeline operates behind the scenes. Understanding how compilers work helps you understand why builds vary in speed, which stage an err00
UUIKit_Ninjainuikit2ninja.hashnode.dev·Sep 9 · 7 min readTraceEagle NIC Packet Capture: Without Proxy or CertificateNIC Packet Capture This guide teaches you to use NIC capture to grab everything that flows through this machine's NIC: DNS, QUIC, games, IoT, various proprietary protocols — anything passing through 00
UUIKit_Ninjainuikit2ninja.hashnode.dev·Sep 8 · 3 min readCross-Platform Packet Capture Tool Choices: Packet Capture Solutions for Windows, Mac, and LinuxMost packet capture tools have platform limitations. Charles and Proxyman deliver the best experience on macOS, but on Windows the certificate configuration process is more complex. Fiddler is primari00