ipsw icon indicating copy to clipboard operation
ipsw copied to clipboard

dump swift types with resilient superclass failed

Open Rokey1990 opened this issue 7 months ago • 0 comments

What happened?

if specify the IPHONEOS_DEPLOYMENT_TARGET = 13.0, then dump swift types with resilient superclass will be failed! But what is strange is that there is no problem after specifying IPHONEOS_DEPLOYMENT_TARGET to 15.0 or newer.

How can we reproduce this?

ipsw sd BLDemo -y SdkJSONEncoder

% ipsw sd BLDemo -y SdkJSONEncoder ⨯ failed to precache swift fields/types: failed to precache swift types: failed to read swift colocate type at address 0x10016e528: failed to read type kind class flags(kind: class generic: false, unique: true, version: 0, kind_flags: metadata_init:singleton|resilient_superclass|resilient_superclass_ref:indirect|override_table|vtable): failed to get parent: failed to read swift context descriptor parent context: failed to read swift context descriptor: EOF

BLDemo.zip

ipsw version

Version: 3.1.611, BuildCommit: Homebrew

Search

  • [x] I did search for other open and closed issues before opening this

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

Additional context

No response

Rokey1990 avatar Jun 12 '25 06:06 Rokey1990