Search code examples
xcodemacossocketssandbox

sandbox fail to access local socket


i've created a local socket in my app, and i'm getting the following error when trying to send data to target process :

deny network-outbound

i've made some research and found out that in order to fix this problem on Xcode based application, i need to to set "Allow Outgoing Network Connections" checkbox in the Summary tab of the target editor.

however, i'm using Xcode 6.3.2 and i don't see such option (summery tab is also missing).

where can i get the equivalent of this checkbox?


Solution

  • This is Xcode 6.4, but it was the same in 6.3.2:

    enter image description here