Post

Replies

Boosts

Views

Activity

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 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 AppIcon not showing in "About" box or app switcher
little bit late to the party… …but did you already tried to clean build folder? remove derived app build data folder contents?
Replies
Boosts
Views
Activity
Mar ’25
Reply to Xcode beta documentation broken?
I have just updated my feedback request FB16926964 with all the latest information regarding the missing UIKit area and described the severity and urgency as increased. Thanks to all involved for helping with the analysis.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Xcode 16.3 Beta3: Developer Documentation Indexing does not end...resulting in Xcode CPU Usage high over long time.
I have just updated my feedback request FB16926964 with all the latest information regarding the missing UIKit area and described the severity and urgency as increased. Thanks to all involved for helping with the analysis.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Xcode beta documentation broken?
here also issues with indexing documentation [https://developer.apple.com/forums/thread/777010) maybe related?
Replies
Boosts
Views
Activity
Mar ’25
Reply to visionOS 2.4b4 SDK Missing / Cannot Be Downloaded
can confirm. as of now (March 20) download is OK - fixed. visionOS 2.4 beta 4 (22O5230a) SDK + visionOS 2.4 beta 4 (22O5231b) Simulator (Installed)
Topic: Spatial Computing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to visionOS 2.4b4 SDK Missing / Cannot Be Downloaded
As of now, March 20, issue is fixed (for me): re-try for several times. now downloading seems stable and OK. visionOS 2.4 beta 4 (22O5230a) SDK + visionOS 2.4 beta 4 (22O5231b) Simulator (Installed)
Replies
Boosts
Views
Activity
Mar ’25
Reply to visionOS 2.4b4 SDK Missing / Cannot Be Downloaded
+1 - same issue here too. Reported via FB16927025
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
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 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 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 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 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 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 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