-
Notifications
You must be signed in to change notification settings - Fork 5
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
Builder fails with Xcode 15 (worked around for now) #61
Comments
Workaround is now in place until an Xcode update which fixes the issue is out. |
We could further improve the code by resolving symlinks on macOS using For reference, here's a quick POC showing how to call ObjC from C#: https://github.com/lemonmojo/SimpleDotNETObjCInterop There's now a string extension in the repo called |
Another problem here is that .NET 8 RC1's NativeAOT doesn't play nice with Xcode 15's new linker. See dotnet/runtime#92491. As mentioned here, we worked around this by adding We hope to be able to remove this once .NET 8 RC2 is out. |
|
I haven't yet tested if Xcode 15.1 Beta fixes the symlink issue with xcodebuild. I'll check when 15.1 is released. |
Still not fixed in Xcode 15.1 |
Note to self: Test again with Xcode 16 Beta |
Xcode 15 seems to have issues with symlinks when creating XCFrameworks.
The fix likely involves passing it absolute/resolved paths.
The text was updated successfully, but these errors were encountered: