Does someone know how to debug ios app on mac designed for iPad? i can debug on real iOS device but cant attach Tunnel to work for mac.
This is a packet tunnel provider, right? If so, be warned about our advice in TN3120 Expected use cases for Network Extension packet tunnel providers.
Also, if you using Go, make sure you have a main executable UUID. Without that, you’ll likely encounter weird problems. See TN3178 Checking for and resolving build UUID problems.
Returning to your core problem, you could create a temporary macOS app with a macOS packet tunnel appex embedded within it. That’ll likely improve your debugging experience.
IMPORTANT macOS supports both appex and sysex packaging for packet tunnel providers. See TN3134 Network Extension provider deployment. Most folks use the sysex packaging on the Mac, but in this case you specifically want the appex packaging.
it has 50MB memory limit
I presume that you only bump into this limit with debug builds of your product? Because you’ll eventually need to deploy this product to iOS, and there’s no avoiding the limit then.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"