theos / sdks

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

Fix `null` platform for iOS sdks #63

Closed L1ghtmann closed 1 year ago

L1ghtmann commented 1 year ago

What does this implement/fix? Explain your changes.

Title

Does this close any currently open issues?

Nope

Any relevant logs, error output, etc?

Any other comments?

N/A

Where has this been tested?

Operating System:

Platform:

Target Platform:

Toolchain Version:

SDK Version:

jevinskie commented 1 year ago

I tried looking to see if the rejection of (null) was reflected in a change in llvm/TextAPI but haven’t found anything yet. Maybe lld never supported it, I’ll have to check. Was this introduced in Xcode 15? I wish the ld64 sauces would get updated…

No matter the root cause I can’t think of any issue would cause.

What produced (null) in the first place - the tdb extraction utility? If so, we should probably make a PR there.

leptos-null commented 1 year ago

What produced (null) in the first place - the tdb extraction utility? If so, we should probably make a PR there.

Correct. I agree. We're looking into this.