Frederik Seiffert
Frederik Seiffert
@arctic-marmoset I believe this linker issue was fixed with https://github.com/llvm/llvm-project/pull/77797, but I’m not sure if that patch made it into Clang 18. @qmfrederik do you know?
Thanks. I believe @arctic-marmoset is trying to build for MSVC, not MinGW (if that was the question), and they are using lld-link: ``` lld-link: error: undefined symbol: __objc_ivar_offset_NSView._rFlags.{_rFlagsType☻b0I1b1I1b2I1b3I1b4I1b5I1b6I1b7I1b8I1b9I1} >>> referenced...
Looks like for MinGW the changes were backported (https://github.com/msys2/MINGW-packages/pull/19767). @arctic-marmoset you could also try the latest [Clang 19 release candidate](https://github.com/llvm/llvm-project/releases), which should for sure have these fixes.
We’d also highly appreciate the ability to search for multiple releases. 🙏
I believe this is a duplicate of #4987.
I also have not found a way to use xcodes on CI with 2FA-enabled accounts. It would be great to see this scenario added to the readme to at least...
@mollyIV any chance we could get this merged? 🙏 Would be great to see visionOS support in fastlane get more mature.
Along the same lines I’d like to request the [-[FIRIdentityToolkitRequest setHost:] private API](https://github.com/firebase/firebase-ios-sdk/blob/e05d9111eebb5ced9021d2d5aebb18a2db5f8b18/Firebase/Auth/Source/Backend/FIRIdentityToolkitRequest.m#L66-L68) to be exposed as well. Both FIRIdentityToolkitRequest and FIRSecureTokenRequest seem to be needed in order to authenticate...
@paulb777 @renkelvin any update on this? The same has been requested multiple times also e.g. in #11966 and #11858.
Opened https://github.com/apple/swift-corelibs-libdispatch/pull/841.