How do I get the Mac OS X Firewall to permanently allow my iOS app?

后端 未结 5 1696
南笙
南笙 2020-12-08 19:10

I\'m writing an iOS app that acts as, among other things, a telnet server. Naturally, it begins listening for connections as soon as it starts.

When I run the app in

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 19:52

    After dabbling with this for some time, I found that manually adding the executable itself to the Firewall "Allow" list gives the desired result. You don't add the .app, but rather the "Unix" executable inside the .app's Contents folder. I believed I had tried this file before without success, but currently it's working.

提交回复
热议问题