Jump to content

5 posts in this topic

Recommended Posts

Posted

Hello, 

i just wrote a C program just simple one !

#include <stdio.h>
int main()
{
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}

and compiled using clang on my iOS device [ iOS 11.3.1 Electra JB

compiled using this method with (SDK 8.1)

 

and compiled with no problem, but when i run my program in terminal i get 

Quote

cannot execute binary file: Operation not permitted error!

- i did " chmod 775"

- i did "ldid -S" and "jtool" on it

- and when i moved my file to "/usr/bin/" and run it i got

Quote

Killed: 9

 

Thank you for answering or even any ideas !

Posted (edited)

iOS 11 has some problems with this. However, I think @DiDA has a fix.

 

Alternative: Try signing with extender from Julio (not sure if it supports signing Binary but it's worth a try)

Updated by Ted2
Posted

 

Also: I suggest you to learn C on your pc/MacOS if you have one, actually any programming language is suggested to learn on PC.

Posted
6 minutes ago, Ted2 said:

iOS 11 has some problems with this. However, I think @DiDA has a fix.

 

Alternative: Try signing with extender from Julio (not sure if it supports signing Binary but it's worth a try)

Thank you for your reply, well i will give a try, may @DiDA have another idea !

Posted
15 minutes ago, Ted2 said:

 

Also: I suggest you to learn C on your pc/MacOS if you have one, actually any programming language is suggested to learn on PC.

well i wrote on pc, learning not the problem, i just did helloWorld for test.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines