Post

Replies

Boosts

Views

Activity

Reply to SwiftUI – How to disable window resizability in macOS 11 and 12
Hi, did you check with this: I know its AppKit based, but you can mix&match both Frameworks. [https://developer.apple.com/documentation/appkit/nswindow/stylemask-swift.property) [https://developer.apple.com/documentation/appkit/nswindow/stylemask-swift.struct) if let window = NSApplication.shared.windows.first { window.styleMask.remove(.resizable) window.setContentSize(NSSize( width: 400, height: 400) ) }
Mar ’25
Reply to The 4.6.3 version of playground can not find the sample App download interface
Hi, unfortunately, it is not entirely clear to me what problem you are describing. if you mean the xcode playground, which is empty so that you can get started yourself, then you can first go to the gallery via the learn button and then scroll all the way down and all the way to the right, where you will find the playground. BTW: Swift Playground is attached to iCloud Drive, so accessible via iPad as well. maybe you find your codebases still there laying around in the iCloud Folder?
Mar ’25
Reply to Xcode 16.1* / Canvas refresh / option+cmd+p is gone. :-<
ah....what a relief...with Xcode Version 16.1 beta 3 (16B5029d) the Canvas-Menu/Control/Shortcuts are back! :-)
Replies
Boosts
Views
Activity
Oct ’24
Reply to The Xcode Source Control functionality freezes.
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.
Replies
Boosts
Views
Activity
Oct ’24
Reply to How do I change the foreground color of a SwiftUI Tab
hi, try with modifier: .tint(.yellow)
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’24
Reply to Is this log noise? "CoreSVG: Error: NULL ref passed to getObjectCoreSVG: Error: NULL ref passed to getObject"
Thanks for bringing this up, @Bikrrr . same here. Curious how it will end.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Dec ’24
Reply to Xcode error
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.
Replies
Boosts
Views
Activity
Dec ’24
Reply to "Keep Xcode Version" vs. "Use Version on Disk"
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.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Show device's provisioning profiles
here too. Bug still exists - confirming for latest Version 16.2 (16C5032a)
Replies
Boosts
Views
Activity
Dec ’24
Reply to cannot find text1 in scope
HI, it is about Scope. this will help: youtube short video: [https://youtu.be/kYl27LjJ594)
Replies
Boosts
Views
Activity
Dec ’24
Reply to Need to know how to stop indentation
Might be that you got some override from EditorConfig settings?
Replies
Boosts
Views
Activity
Jan ’25
Reply to No new Xcode beta Since 16.2 Release on Dec 11
February 19, still working very hard, these guys. Do we have to be happy about what's coming one day, somewhere, sometime... or should we be afraid?
Replies
Boosts
Views
Activity
Feb ’25
Reply to No new Xcode beta Since 16.2 Release on Dec 11
ah… got it: [https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_16.3_beta/Xcode_16.3_beta.xip)
Replies
Boosts
Views
Activity
Feb ’25
Reply to Xcode 16.3 beta Predictive Code Completion not working
hi michaela, what exactly is broken? any sample to share?
Replies
Boosts
Views
Activity
Feb ’25
Reply to Unable to download latest version of iOS simulator
hi, issue still happening? did you retry today? i do not have any issues.
Replies
Boosts
Views
Activity
Feb ’25
Reply to SwiftUI – How to disable window resizability in macOS 11 and 12
Hi, did you check with this: I know its AppKit based, but you can mix&match both Frameworks. [https://developer.apple.com/documentation/appkit/nswindow/stylemask-swift.property) [https://developer.apple.com/documentation/appkit/nswindow/stylemask-swift.struct) if let window = NSApplication.shared.windows.first { window.styleMask.remove(.resizable) window.setContentSize(NSSize( width: 400, height: 400) ) }
Replies
Boosts
Views
Activity
Mar ’25
Reply to The 4.6.3 version of playground can not find the sample App download interface
Hi, unfortunately, it is not entirely clear to me what problem you are describing. if you mean the xcode playground, which is empty so that you can get started yourself, then you can first go to the gallery via the learn button and then scroll all the way down and all the way to the right, where you will find the playground. BTW: Swift Playground is attached to iCloud Drive, so accessible via iPad as well. maybe you find your codebases still there laying around in the iCloud Folder?
Replies
Boosts
Views
Activity
Mar ’25