UUIKit_Ninjainuikit2ninja.hashnode.dev·2d ago · 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·3d ago · 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·3d ago · 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·4d ago · 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
UUIKit_Ninjainuikit2ninja.hashnode.dev·Sep 4 · 3 min readiOS Compilation Process Explained: From Source Code to IPA Build ProcessEvery time you click Run or Archive in Xcode, a full compilation pipeline runs in the background. Understanding this process helps you understand why builds are sometimes slow, where a reported error 00