Email or username:

Password:

Forgot your password?
Top-level
sam henri gold

Surprisingly easy to enable it, too. Just setting a key (SBEnableAppReveal) to true in Library/Preferences/com.apple.springboard.plist

I followed this fantastic work to get the emulator working devos50.github.io/blog/2022/ip

3 comments
Alireza

@samhenrigold i was trying to get the emulator running but I keep getting these errors, any idea on how to fix it?

sam henri gold

@alixrezax yes, you gotta install OpenSSL through homebrew. Then I ran this (slightly modified) config command:

../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --extra-cflags=-I/opt/homebrew/opt/openssl@3/include --extra-ldflags='-L/opt/homebrew/opt/openssl@3/lib -lcrypto'

Alireza

@samhenrigold awesome, the modified config command was the key, although now i’m getting a different set of errors

Go Up