Closed PoomSmart closed 3 years ago
Oh sorry I ran into this issue before. Because git doesn’t keep track of folder case changes, when you pulled the latest version it didn’t rename it. Can you delete DyldExtractor and clone it again? Alternatively you can do 1 from your suggestions.
It's okay. By the way, if you do git mv
the changes should reflect.
Thanks for letting me know!
Describe the bug
Given these imports, for examples:
Due to the fact the dyld and macho directories are actually Dyld and MachO, imports won't be resolved correctly and make running scripts impossible.
This occurs at least with Python 3.9.5 on macOS.
There are two possible solutions:
Dyld
todyld
,MachO
tomacho
andConverter
toconverter
.dyld
,macho
andconverter
in imports withDyld
,MachO
andConverter
, respectively.