Skip to content

Missing public symbols from UIKit/Foundation in 18.5, 26.0 sdks #20

@Luki120

Description

@Luki120

Hi, I tried to compile my app using the iOS 18.5 sdk you provide and I get a bunch of errors related to missing symbols, from public Foundation / UIKit APIs, for example:

Undefined symbols for architecture arm64:
  "(extension in UIKit):Foundation.IndexPath.row.getter : Swift.Int", referenced from:

"protocol descriptor for UIKit.UIContentView", referenced from:

There's a lot more so here's the full log. Fwiw, the same issue happens with the iOS 17.6 sdk, which is why it still hasn't been added to the official Theos' sdks repo, see theos/sdks#79 (comment), idk which versions have this issue, but iOS 16+ sdks work fine.
I don't use private frameworks so I can use Xcode's, but on my Linux machine it'd be nice to be able to compile using newer sdks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions