PyBoot icon indicating copy to clipboard operation
PyBoot copied to clipboard

Symbol not found: ____chkstk_darwin on 10.13.6 HS

Open lynnxxen opened this issue 4 years ago • 10 comments

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)

lynnxxen avatar Jun 04 '20 09:06 lynnxxen

if you find a fix let me know please I'm also getting same issue on High Sierra 10.13

thoma599 avatar Jun 07 '20 17:06 thoma599

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?

thoma599 avatar Jun 08 '20 20:06 thoma599

you should update to 10.15 to use pyboot

wqhqq1 avatar Jun 13 '20 06:06 wqhqq1

you should update to 10.15 to use pyboot

That would be impossible for me, But thank you

thoma599 avatar Jun 13 '20 14:06 thoma599

you can also rebuild img4tool by youself and replace it in resources/bin

wqhqq1 avatar Jun 14 '20 06:06 wqhqq1

you can also rebuild img4tool by youself and replace it in resources/bin

Would this fix that issue or?

thoma599 avatar Jun 14 '20 21:06 thoma599

macOS 10.12.6 same issue.

namlee135 avatar Aug 06 '20 11:08 namlee135

macOS 10.13.6 same here

chelaxian avatar Sep 25 '20 10:09 chelaxian

can only update to 10.14. should it work on Mojave? or only Catalina?

chelaxian avatar Sep 25 '20 10:09 chelaxian

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.

badger200 avatar Apr 07 '23 14:04 badger200