here too.
Bug still exists - confirming for latest Version 16.2 (16C5032a)
Post
Replies
Boosts
Views
Activity
same here. and really no hint or clue to get this solved?
this is affecting me quite a log...e. g. when switching between branches in Xcode...so often this happens.
Version 16.1 and 16.2 Xcode.
please, any help is highly appreciated.
oh...no solution for this? Is still happening (quite often) with Xcode 16.1 and 16.2.
no clue, really annoying! Help would be highly appreciated.
Thanks for bringing this up, @Bikrrr .
same here.
Curious how it will end.
hi, try with modifier:
.tint(.yellow)
also happened with Xcode 16.1 Beta 3 16B5029d (7-Oct)
π€¨
Inline is working fine.
Side-by-Side produces beachball.
-- but: after force quit, the comparison side by side is shown.
ah....what a relief...with Xcode Version 16.1 beta 3 (16B5029d) the Canvas-Menu/Control/Shortcuts are back! :-)
similar here: enabling the Diff-View also triggers beachball. No pattern detected yet. still analyzing/testing/try to understand pattern.
BTW: meanwhile reported to Apple: FB15374055
Hi, you should upgrade to current hardware/OS Level, and Xcode Version/provided SDKs.
Then you have also new SDK available like SwiftUI.
[https://developer.apple.com/documentation/swiftui/)
Hi, what about Source Control and creating new Branch?
[https://developer.apple.com/documentation/xcode/source-control-management)
Hi, you are working with a dictionary type.
you have some issues in your code:
This loop iterates from 0 to flags.count.
flags.count returns 1 since thereβs one item in the flags dictionary. But the loop will iterate from 0 to 1, meaning it will run two times, which may not be the intended behavior. This could lead to an off-by-one error.
AND:
you are not showing the dictionary entry in your Text View. You have to iterate over your Dictionary-Type.
You are showing just the constant "hey".
you have to change the code to something similar to:
like
ForEach(Array(flags.keys), id: \.self)
and...
Text("\(flag)")
would propose you go to doc about dictionary.
https://docs.swift.org/swift-book/documentation/the-swift-programming-language/collectiontypes#app-top)
maybe it helps to go further and install the latest beta (#4).
[https://developer.apple.com/download/)
your question was asked a long time ago...
perhaps it has long since been resolved.
I'm also aware of this conflict with the keyboard layout. and unfortunately I don't have a direct solution myself.
You can also solve the code completion with control-space.
one more...! π
registers are available: use "
works quite well with the option of numerical and named registers.