PyBoot
PyBoot copied to clipboard
Symbol not found: ____chkstk_darwin on 10.13.6 HS
Device stay on DFU mode, cause pyBoot can't normally sign boot files on High Sierra 10.13.6 Piece of log:
dyld: Symbol not found: ____chkstk_darwin Referenced from: /Users/lynxxen/Downloads/PyBoot-master/./resources/bin/img4tool (which was built for Mac OS X 10.15)
if you find a fix let me know please I'm also getting same issue on High Sierra 10.13
Device stay on DFU mode, cause pyBoot can't normally sign boot files on High Sierra 10.13.6 Piece of log:
dyld: Symbol not found: ____chkstk_darwin Referenced from: /Users/lynxxen/Downloads/PyBoot-master/./resources/bin/img4tool (which was built for Mac OS X 10.15)
@MatthewPierson is there a fix for this on High Sierra?
you should update to 10.15 to use pyboot
you should update to 10.15 to use pyboot
That would be impossible for me, But thank you
you can also rebuild img4tool by youself and replace it in resources/bin
you can also rebuild img4tool by youself and replace it in resources/bin
Would this fix that issue or?
macOS 10.12.6 same issue.
macOS 10.13.6 same here
can only update to 10.14. should it work on Mojave? or only Catalina?
I've seen this before, the chkstk_darwin function is only available in later versions of darwin (OSX / iOS). The solution is simply to recompile the img4tool with a lower target OS version, or find an img4tool binary already built for a lower version.