Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iPhoneOS17.6 SDK #79

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leptos-null
Copy link
Member

What does this implement/fix? Explain your changes.

Adds the iOS 17.6 SDK. iOS 17.6 is the last minor version for the iOS 17 major version (since iOS 18 has been fully released).

Does this close any currently open issues?

Yes, #78

Any relevant logs, error output, etc?

Generated using https://github.com/leptos-null/theos-sdks/actions/runs/11542516574

Any other comments?

  • Used Xcode 15.4 which provides the iPhoneOS 17.5 SDK
  • Used the symbols from iPhone15,4_17.6_21G80_Restore.ipsw

Where has this been tested?

Operating System:

Platform:

Target Platform:

Toolchain Version:

SDK Version:

@leptos-null
Copy link
Member Author

For testing, I compiled https://github.com/Luki120/Areesha.
This resulted in lots of undefined symbols errors. Seemingly for public API in UIKit, for example:

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

which looks like the symbol for https://developer.apple.com/documentation/foundation/indexpath/1779554-row.

There were about 50 errors, all looked like UIKit

@leptos-null
Copy link
Member Author

The problem appears to be that iPhoneOS17.6.sdk/usr/lib/swift/libswiftUIKit.tbd does not contain the symbols that we expect to be there.
I've not checked if there are other cases.

For now, this SDK does not appear to be ready to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant