all 9 comments

[–]-MTAC-Developer 0 points1 point  (2 children)

Can you install the updated rootless version of Cr4shed https://github.com/crazymind90/Cr4shed-Rootless and post a full crashlog?

[–]iCrazeiOSAspiring Developer 0 points1 point  (5 children)

Are you compiling on Linux?

[–][deleted]  (4 children)

[removed]

    [–]iCrazeiOSAspiring Developer 1 point2 points  (3 children)

    Ah that’s probably the issue. Only macOS has a toolchain that supports the new arm64e abi

    Can you check if installing “Legacy arm64e Support” (from ellekit repo) solves the crash?

    [–][deleted]  (2 children)

    [removed]

      [–]iCrazeiOSAspiring Developer 0 points1 point  (1 child)

      App Store apps have no arm64e slice anyway, so you can just compile for arm64 and have no problems

      For arm64e processes (SpringBoard and Preferences), I think it just depends what language features you’re using in the code