Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TBD generated from BridgeOS DSC has no targets #871

@asdfugil

Description

@asdfugil

What happened?

TBD generated from BridgeOS DSC has no targets, like this: targets: [ ]

I expect targets: [ bridgeos-arm64 ]

How can we reproduce this?

ipsw download ipsw --ibridge --latest --device iBridge2,3
ipsw mount fs **/iBridge*.ipsw --mount-point /tmp/iBridgeIPSW &
for d in $(ipsw dyld info -l /tmp/iBridgeIPSW/System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64 | tr -d ' ' | cut -d ')' -f2- | grep /); do
	ipsw dyld tbd /tmp/iBridgeIPSW/System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64 "$d" -o tbds"/$(dirname "$d")";
done
kill -INT %1

None of the tbds have a target

ipsw version

3.1.624

Search

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

Code of Conduct

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

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions