royalapplications / beyondnet

A toolset that makes it possible to call .NET code from other programming languages, including C and Swift.
https://royalapps.com
MIT License
108 stars 4 forks source link

Xcode Syntax highlighting sometimes broken when using XCFrameworks #57

Closed lemonmojo closed 9 months ago

lemonmojo commented 1 year ago

Something appears to be missing or misconfigured in the resulting XCFramework that causes Xcode's syntax highlighting for the generated bindings to not work correctly.

lemonmojo commented 1 year ago

This appears to happen even when using XCFrameworks that include frameworks built using Xcode.

Maybe just an Xcode bug? Should report to Apple.

There's another, maybe related issue: Option-clicking anything from a generated framework results in no information. That is working though with an Xcode built (XC)framework so maybe it's unrelated after all.

lemonmojo commented 1 year ago

The option-click issue appears to be resolved in Xcode 15.0 Beta 5.

lemonmojo commented 9 months ago

Closing this as won't fix because it appears to be an Xcode bug.