Sorry Matt, I'm trying to run a packet tunnel provider built through Mac Catalyst from an iOS application. On iOS, everything works well. But on Mac Catalyst, the profile is installed on the system, but it does not start.
I can't get receive about
(void)startTunnelWithOptions:(NSDictionary *)options completionHandler:(void (^)(NSError *))completionHandler
I've tried w/o any success starting the PT: Created a new target for the PT specifically for macOS, per this discussion: (https://forums.developer.apple.com/thread/126355) - https://forums.developer.apple.com/thread/126355]
It is not work too.
:(
Post
Replies
Boosts
Views
Activity
Same issue here. Did you solved the problem?