Post

Replies

Boosts

Views

Activity

Reply to visionOS: ornament and resize window
Related issue: Unable to set initial/default window size WindowGroup { ContentView() .frame(width: 300, height: 400) // imperfect, the ornaments still layout as the original size } .windowStyle(.plain) .defaultSize(width: 1.5, height: 2, depth: 0, in: .meters) // no effect on plain window
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’23
Reply to watchOS 9: ClockKit-based complications occasionally failed to display
@simonfromhelix Thank you very much! I did indeed migrate to a Single Target Watch App in the update to watchOS 9 last year. The changes to the bundle Identifier and the issue with system caches seem to explain this issue well. Thanks again for providing this helpful information. This community is really great!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Incorrect rounded corner style in Smart Stack preview
@Developer Tools Engineer 😄 Thank you for the response! I didn't expect you to pay attention to this minor interface error. I have already submitted the feedback (FB12404233). Thank you once again!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to IntentDonationManager not donating Shortcuts
Same here. See only one intent suggestion on the entire iOS 16 year...
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to VisionOS Set Default Window Size
Reported: FB12507146
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to visionOS: ornament and resize window
Related issue: Unable to set initial/default window size WindowGroup { ContentView() .frame(width: 300, height: 400) // imperfect, the ornaments still layout as the original size } .windowStyle(.plain) .defaultSize(width: 1.5, height: 2, depth: 0, in: .meters) // no effect on plain window
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15.0 Beta ld: warning: duplicate -rpath '@executable_path/Frameworks' ignored
Got same warnings in Xcode 15 beta 3. But beta 2 and 1 are good....
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 3 linker issue: ld: warning: duplicate -rpath
Reported FB12531495
Replies
Boosts
Views
Activity
Jul ’23
Reply to Need a help
Reading other people's code can be very helpful, especially for real-world projects. Recommended: https://github.com/skjiisa/Tickmate-iOS
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to iOS 17 Beta 3: Reaching Memory Limit (30MB) in Widget Extension
Totally agree.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to How to update macOS Beta on VM devices
Up vote for iCloud auth support in vm. Again. 😂
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 3 linker issue: ld: warning: duplicate -rpath
@interferon Some of the objc libraries failed to link due to this issue. 🥲 Not solved yet.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 3 linker issue: ld: warning: duplicate -rpath
@userkv No. Pleas file a feedback if convenient 🙏
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 Beta 3 (15A5195k) HelloWorld failed to build
This issue is listed in the beta 3 release note. And the workaround is to keep using beta 2....
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 3 (15A5195k) linked Frameworks warning Duplicate -rpath
Same here. Did you use Swift package manager in your project?
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta 3 linker issue: ld: warning: duplicate -rpath
Update: I have downgraded to Xcode 15 beta 2 because my real project couldn't link successfully. I hope this issue will be resolved by next beta. 😫
Replies
Boosts
Views
Activity
Jul ’23