Friday, November 7, 2025

How to deploy a ipa file from a terminal

  •  brew install ios-deploy
  • ios-deploy --bundle /path/to/your/app.ipa




How to Trust the Developer Certificate on iPhone

1. Install the App

  • Use Xcode, Apple Configurator, or another tool to install the .ipa on your iPhone.

2. Open Settings on iPhone

  • Go to Settings → General → VPN & Device Management (or Profiles & Device Management on older iOS versions).

3. Find the Developer Profile

  • Under Enterprise App, you’ll see the developer name or organization that signed the app.

4. Trust the Developer

  • Tap the developer name.
  • Tap Trust “[Developer Name]”.
  • Confirm by tapping Trust again.

Now the app should launch without the “Untrusted Enterprise Developer” warning.

Thursday, November 6, 2025

How can I see logs of a connected phone

  • brew install libimobiledevice
  • idevicesyslog | grep NetworkLog

Tuesday, November 4, 2025

How to enable local Ai assistant with Xcode 26

Install ollama

brew install ollama

Start/Stop ollama as a service

brew services start ollama1

Download a model

ollama pull qwen3:32b

ollama pull qwen2.5-coder:7b


Note the default port it is hosted on

Port: 11434