Hello how do you do,
I'm developing an application using Unity 3D, however due to some necesseties I've wrote a native c code and compiled it to a binary file in which i put inside MyAppl.app/Contents/bin folder..
During the application run time I create a .command file in the app container which communicates with the binary file inside the app contents and run it as a new process..
Everything works great before signing, but after I get this in the log
getcwd: cannot access parent directories: Operation not permittedAnd a message appears (binary_file_name has closed unexpectedly)..
Do I need a specific entitlement for this to work? or is there any other issue?
Thank You,