Post

Replies

Boosts

Views

Activity

Comment on Did iOS 17.2 break zIndex?
APIs change during releases. This is why we test in between releases to see what side effects if any might have landed in our laps. But looking at the source implementation of AspectVGrid no ZStacks are being used so zIndex will never work. https://web.stanford.edu/class/cs193p/Spring2023/AspectVGrid.swift
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’23
Comment on What does this error mean when using .searchable()
@RodneyA, You were creating an error by not fulfilling the API requirement, someone gave you a solution to your problem, but you rejected the solution based on the requirements of how the .searchable(text:) modifier is supposed to be used. Either read the API documentation first and research how the APIs are to be used beforehand, and then when you have an issue, ask a question. No one is here to do your homework for you because this is what it sounds like.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’23
Comment on `accessibilityUserInputLabels` is ignored on `UIBarButtonItem`
Read the documentation of the use case for the property - for dictated or user-typed input. The UIBarButtonItem is none of the above. https://developer.apple.com/documentation/objectivec/nsobject/3197989-accessibilityuserinputlabels
Replies
Boosts
Views
Activity
Aug ’25
Comment on Predictive Code Completion Fails to Install (Apple Silicon M2 Max) - macOS 15 & Xcode 16
func yougot(that right: Bool) -> (mine, mine, mine) { /* You should know once it is marked answered there is no way to unmark the post*/ }
Replies
Boosts
Views
Activity
Sep ’24
Comment on Predictive Code Completion Fails to Install (Apple Silicon M2 Max) - macOS 15 & Xcode 16
This was my post, my issue, and my resolution. It's best you open a https://feedbackassistant.apple.com directly with Apple support.
Replies
Boosts
Views
Activity
Sep ’24
Comment on Apple Watch Missing Developer Mode Option
Present day it’s no where to be found. If they post a profile in the site to enable the menu option that will fix this lingering problem.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Apple Watch Missing Developer Mode Option
One year after and still this issue is present. I upgraded from one device to a newer device the watch was wiped and paired to the new device. Now there is no way to get back developer mode on the watch.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Will there be a Twinmotion Path tracer solution?
@PASSTEWDIOS In the future, also use the correct tags.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on CollectionView not calling didSelectItemAt correctly
Reimplement in SwiftUI using grids.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on I am unable to run my iPad app on the Vision Pro simulator
Just use swift package manager.
Replies
Boosts
Views
Activity
Feb ’24
Comment on xcstrings file in not being updated
What I do notice with very large code bases is after the build is launched to the device, Xcode is still extracting strings after launch.
Replies
Boosts
Views
Activity
Feb ’24
Comment on XCode 15 can't run on iOS 17 devices. Previous preparation error: An error occurred while communicating with a remote process.. The connection was invalidated.
Xcode 15 introduces a new debugger architecture and new ways in how devices connect to Xcode, and it is 101 % buggy with us as the beta testers.
Replies
Boosts
Views
Activity
Jan ’24
Comment on Apple doc still refers to nonexistent info.plist. Should we use the entitlements file instead?
No, the entitlements were never designed to be used like that. Everything you need is in the build settings info.plist values.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Did iOS 17.2 break zIndex?
APIs change during releases. This is why we test in between releases to see what side effects if any might have landed in our laps. But looking at the source implementation of AspectVGrid no ZStacks are being used so zIndex will never work. https://web.stanford.edu/class/cs193p/Spring2023/AspectVGrid.swift
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on What does this error mean when using .searchable()
@RodneyA, You were creating an error by not fulfilling the API requirement, someone gave you a solution to your problem, but you rejected the solution based on the requirements of how the .searchable(text:) modifier is supposed to be used. Either read the API documentation first and research how the APIs are to be used beforehand, and then when you have an issue, ask a question. No one is here to do your homework for you because this is what it sounds like.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Simple tricks to bypass the review team
@Claude31 He is not advising on how to bypass the review process. He is bringing to light the practices of an organization he once worked for that is doing this, and Apple does nothing about it when he mentions it here.
Replies
Boosts
Views
Activity
Dec ’23
Comment on SwiftData Unexpected type for CompositeAttribute
..
Replies
Boosts
Views
Activity
Dec ’23