theos / sdks

Patched sdks that include private framework tbds
Other
585 stars 205 forks source link

i want to generate sdk from dyld_shared_cache_arm64 , but it report following error #34

Closed skfly007 closed 1 year ago

skfly007 commented 4 years ago

skflydeMBP:sdks skfly$ ./create_patched_sdk.sh ./dyld_shared_cache_arm64 ./tmp/ - - /Volumes/DISK_02_USER_DATA/Users/skfly/Desktop/__SKFLY/AI/tbd_v2.1/tbd.dms - ./create_patched_sdk.sh: line 92: realpath: command not found

skfly007 commented 4 years ago

and then i use tbd command , but it do not generate headers .

inoahdev commented 4 years ago

@hnsxcxwpf2 The script is being updated right now, and a far more reliable python script is in the works.

On using tbd, what was your command and what errors/output/unexpected results did you find?

skfly007 commented 4 years ago

skflydeMBP:_BAK skfly$ ~/Desktop/__SKFLY/AI/tbd_v2.1/tbd.dms -p ./dyld_shared_cache_arm64 -o ./tmp/ skflydeMBP:_BAK skfly$

it generate .tbd files , but has no .framwork/Headers/*.h files.

inoahdev commented 4 years ago

@hnsxcxwpf2 The tbd command only generates .tbd files. The header files are copied over from the Xcode SDK in the script file

kirb commented 2 years ago

How did you go with this @skfly007 / @inoahdev?

leptos-null commented 1 year ago

Checking in on this thread (it looks like kirb also checked in over a year ago). Is there still an issue?

I plan to close this issue next week if there is no further activity.