-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Recently ppios stopped working and it's throwing dozens of unknown errors on dataOffsetForAddress.
My project didn't change at all, this happened over night, after I updated to MacOS 12.6 and Xcode 14.0.1
All missing commands are related to 0x80000034 and 0x80000033
This should not be Swift related because I don't use any Swift code.
Any ideas? Thanks in advance
snippet:
...
2022-10-11 21:51:39.307 ppios-rename[15534:139893] Unknown load command: 0x80000033
2022-10-11 21:51:39.307 ppios-rename[15534:139893] Unknown load command: 0x80000034
...
2022-10-11 21:51:39.419 ppios-rename[15534:139893] Error: Cannot find offset for address 0x801000000000000d in dataOffsetForAddress:
Side note: the same project/file works fine when I switch to a MacOS 12.3 / XCode 13.1 Macbbok