Odyssey-Team / Odyssey

Odyssey Swift-based semi-untethered jailbreak
BSD 3-Clause "New" or "Revised" License
599 stars 74 forks source link

No such module 'MachO.dyld_images' when compiling #51

Closed sourcelocation closed 2 years ago

sourcelocation commented 3 years ago

When I try to compile Odyssey with Xcode it gives me this error No such module 'MachO.dyld_images' in ViewController.swift . How can I fix this? Thanks

demhademha commented 3 years ago

Make sure that you clone with the --recursive option

sourcelocation commented 3 years ago

Still get this error. Is there any other fix?

sourcelocation commented 3 years ago

Someone :(

sourcelocation commented 3 years ago

:(

pwned4ever commented 3 years ago

use Xcode 11

sourcelocation commented 3 years ago

Thanks, I’ll try this in a few days.