Post

Replies

Boosts

Views

Activity

SwiftUI iPad Landscape Only
@Apple How do you set an iPad swiftUI app to Landscape only seeing that the Xcode supportedInterfaceOrientations flag is ignored by swiftUI. The following doesn't work via the UIApplicationDelegateAdapter when the 2 methods are implemented. func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {             .landscape         }       func supportedInterfaceOrientations(for window: UIWindow?) -> UIInterfaceOrientationMask {             .landscape         }
2
0
1.5k
Apr ’22
WatchOS 10.x is not ready for everyday developer use
Enable Developer Mode - Missing Trust this computer - Missing, if the prompt happens and you accidentally tap the verbiage or the crown before scrolling to the buttons, you never ever see the trust this computer again. Double tapping the side button or crown to kill apps is a game of roulette. If you don’t swipe the app in mere seconds the list disappears or one of the background apps becomes active. After upgrading all watches to 10.4 and pairing to a phone guess what? Enable developer mode - missing. Now I have a few watches that cannot be used for development. When is Apple going to address this glaring bug people have been reporting and talking about in the forums for almost a year with versions of watchos from as early as 9.x and iOS 16?
0
0
927
Mar ’24
Xcode 14 - WatchKit App - Unable to install "App"
After going to the latest beta of Xcode, the following message has prevented application launch - WatchKit App - Unable to install "App," Please try again later. Extensionless WatchKit app com.private.bundle.id.watchkitapp has a WatchKit extension. But a newly created project runs without issue. Does any have insights into this issue for existing projects vs newly created projects under the latest Xcode 14 beta?
6
1
2.5k
Sep ’22
Request to port the radiobutton picker style to mobile from macOS or provide access to the api of PickerStyle to implement additional Picker Styles
The following ticket was created to request this feature to fill the gap of missing RadioButton PickerStyles on mobile: FB13345079.
Replies
0
Boosts
0
Views
733
Activity
Nov ’23
Xcode Version 15.3 RC (15E5202a) All products beta except iOS 17.4
It looks like there will be an RC 2 to correct the product release labels for everything except the iOS sim. It looks like the SIM isn't bootable.
Replies
0
Boosts
0
Views
676
Activity
Mar ’24
Xcode 16 beta3 - Predictive code completion - Downloadable?
Has anyone been able to download the aforementioned?
Replies
0
Boosts
0
Views
654
Activity
Jul ’24
EU TRADER STATUS - Seems like a privacy issue for non-eu developers
For those incorporated and not incorporated this becomes a buffet of contact information for fraudsters to scrape from Apple. So much for privacy. We should just the drop the EU from the AppStore all together because I won be putting that information out there.
Replies
0
Boosts
0
Views
521
Activity
Oct ’24
DTS - Simulator Apps menu settings missing since iOS 18.2
Since iOS 18.2 the simulators have been missing the content under Apps menu for Settings. We are on to iOS 18.3 and still no Apps settings. @dts
Replies
5
Boosts
0
Views
676
Activity
Mar ’25
UIAlertViewController and phone number read back during voiceover
The issue described here in this stack overflow conversation is still an issue today when it comes to the read back of the last 4 digits in the phone numbers for North American numbers as minus. Is there a solution other than overriding the accessibleLabel property?
Replies
2
Boosts
0
Views
256
Activity
Apr ’25
Separating CoreData functionality from the View (SwiftUI) but Still with observability
Without having to use @FetchRequest at the View level has any been able to successfully implement a CoreData Stack with observability in a model with the model being used at the View level. The view model sits between the View & Coredata Stack CoreData Stack ViewModel (ObservableObject) SwiftUI View
Replies
2
Boosts
0
Views
1.6k
Activity
Jan ’22
Like macOS and iOS is there something similar for watchOS under SwiftUI
macOS - NSApplicationDelegateAdaptor iOS - UIApplicationDelegateAdaptor watchOS ?? WKApplicationDelegateAdaptor or WKExtensionsDelegateAdaptor Any help will be appreciated
Replies
1
Boosts
0
Views
821
Activity
Feb ’22
WatchOS App only runs via Xcode
WatchOS App only runs via Xcode 13.2.1 & Series 6 sim and when launched directly, crashes on launch due to a "FBSceneErrorDomain", "No scene client exist" error.
Replies
1
Boosts
0
Views
971
Activity
May ’22
SwiftUI iPad Landscape Only
@Apple How do you set an iPad swiftUI app to Landscape only seeing that the Xcode supportedInterfaceOrientations flag is ignored by swiftUI. The following doesn't work via the UIApplicationDelegateAdapter when the 2 methods are implemented. func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {             .landscape         }       func supportedInterfaceOrientations(for window: UIWindow?) -> UIInterfaceOrientationMask {             .landscape         }
Replies
2
Boosts
0
Views
1.5k
Activity
Apr ’22
Previously compatible WiFi network is now not compatible due to iCloud Private Relay.
Updating to macOS 13.3 - Previously Compatible WiFi network is now not compatible due to iCloud Relay. These changes were not mentioned in the release notes and if this is intended behaviour is iCloud Private Relay be deprecated? Then the magSafe light is now burning red on a full charged battery after the reboot.
Replies
2
Boosts
0
Views
1k
Activity
Mar ’23
WatchOS 10.x is not ready for everyday developer use
Enable Developer Mode - Missing Trust this computer - Missing, if the prompt happens and you accidentally tap the verbiage or the crown before scrolling to the buttons, you never ever see the trust this computer again. Double tapping the side button or crown to kill apps is a game of roulette. If you don’t swipe the app in mere seconds the list disappears or one of the background apps becomes active. After upgrading all watches to 10.4 and pairing to a phone guess what? Enable developer mode - missing. Now I have a few watches that cannot be used for development. When is Apple going to address this glaring bug people have been reporting and talking about in the forums for almost a year with versions of watchos from as early as 9.x and iOS 16?
Replies
0
Boosts
0
Views
927
Activity
Mar ’24
Xcode 14 - WatchKit App - Unable to install "App"
After going to the latest beta of Xcode, the following message has prevented application launch - WatchKit App - Unable to install "App," Please try again later. Extensionless WatchKit app com.private.bundle.id.watchkitapp has a WatchKit extension. But a newly created project runs without issue. Does any have insights into this issue for existing projects vs newly created projects under the latest Xcode 14 beta?
Replies
6
Boosts
1
Views
2.5k
Activity
Sep ’22
Developer mode on Watch OS missing after phone replacement
Upgrade phone, then watch was paired to the new phone with developer mode enabled, but developer mode on watch is no longer visible on watchOS 10.4
Replies
2
Boosts
1
Views
1.1k
Activity
Mar ’24
macOS 15.1 Build Number 24B2083 or 24B83
Two days ago, the build number was 24B83, and now it's 24B2083, yet software updates don't see 24B2083 as the latest download.
Replies
2
Boosts
2
Views
2.1k
Activity
Oct ’24