Lightmann
Lightmann
Did you ever end up resolving this? If not and you're still interested, could you: 1) ensure your python and pip are up-to-date 2) try installing dragon again 3) if...
Also worth noting that flipswitch_switch's are handled properly and preference bundles are handled properly when [these two lines ](https://github.com/DragonBuild/dragon/blob/b909a20e86ca842d074bdfd009c8517f85ad66c6/src/dragongen/theos.py#L175-L176 )are commented out.
Also, somewhat related, I don't think you need the `miphoneos-version-min` flag with the `ios` triple. otool shows it being set to whatever version the target flag specifies in the absence...
If this is referring to `"___isOSVersionAtLeast"`, I can confirm that I also encounter the issue on my Linux system.
Think this may be an issue larger than Dragon . . . have tried debugging for the past couple hours and can't seem to remedy the error any way other...
@cxnder Made a handful of minor changes since you last reviewed. Would you mind doing another once over if you're thinking of merging? Thanks!
@MrGcGamer graciously gave this a spin and confirmed it's working as intended. If there's nothing else that you'd like changed @cxnder, this should be good to go.
Gotcha. Appreciate the response!
> The fakeroot situation is awkward since there isn’t really any fakeroot-ish tool that works on macOS any more, unless you disable SIP and I think also AMFI, which is...