kpwn/yalu102

'system' is not available on iOS

Closed this issue · 6 comments

I read the issue posting guidelines.

So I'm trying to compile yalu and it's not working. It says that system is not available on iOS. Can anyone help me?
image

EDIT: Is there any way to bypass this error and continue compiling?

if you use Xcode 9 try Xcode 8.3.3

@Packetfahrer Thanks, I tried 8.3.3 but I get this.
image
The other error is done there so I guess that's good...

build it with an real Device not the Simulator!

@Packetfahrer When I try to Product > Build the project I get the same linker error. Any ideas?

Nevermind, thanks everyone. I redid this by reinstalling yalu on xcode 8. Thanks

If there's any future visitors, this fix also works with xcode 9.2 to change all system calls into run_cmd ones.