iOSOpenDev environment setup solution
The step of setup basically can follow the article below, https://github.com/535064094/iosOpenDevInstallTools/wiki/iOSOpenDev-install-solution
The only issue is to build ldid, you will encounter an error below,
ld: library not found for -lcrypto
Instead of using official release of ldid, you can use the unofficial release from below github repo, https://github.com/xerub/ldid
May after that you will still have issue while installing iOSOpenDev. Suggest to use MonkeyDev instead.