Is it still not possible to debug Network Extension using iOS Simulator in Xcode 13.2.1?

I was trying to debug and NETunnelProviderManager loadAllFromPreferencesWithCompletionHandler keeps giving me an error that led me to this statement from many years ago:

https://developer.apple.com/forums/thread/101663

That it's not possible to debug iOS network extensions on a simulator. Is that still true?

Answered by DTS Engineer in 725113022

Is that still true?

Yes, and for exactly the reason that roee84 explained in the thread you referenced.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Is that still true?

Yes, and for exactly the reason that roee84 explained in the thread you referenced.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Is it still not possible to debug Network Extension using iOS Simulator in Xcode 13.2.1?
 
 
Q