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
MailKit API Documentation
Does any have anyone have documentation on the usage related to the forMessageContext and messageContext parameters and for the methods below? This is undocumented while public making it an unusable API. func extensionViewController(messageContext: Data) -> MEExtensionViewController? func primaryActionClicked(forMessageContext context: Data) async -> MEExtensionViewController? The APIs are located here but lack any kind of proper documentation and examples https://developer.apple.com/documentation/mailkit/memessagesecurityhandler/3882908-extensionviewcontroller
0
0
936
Nov ’21
Xcode 13.2.1 Safari 15.3 w/macOS 12.2 is Very unstable
After upgrading to the latest masOS 12.2(no release notes, undocumented release), Safari is no longer able to login to the forums and a few other sites, most likely due to the amount of redirects taking place. Just follow the redirects and stop counting them, Xcode 13.2.1 will go belly up and freeze, then finder, then everything else that's running. @apple, @appledevsupport
0
0
868
Jan ’22
Watch App - Only runs via Xcode
I'm seeing an issue where a watch extension was added to an existing iOS app which only runs via Xcode, any attempt to run it without Xcode results in the watchApp closing on launch. Any suggestions on what could be the issue? Xcode 13.2.1, macOS 11.6.5, WatchOS sim 7.0, deployment target 7.0
0
0
1.2k
Feb ’22
SwiftUI TabView - duplicate entries List View while binded to a @FetchRequest
macOS app using a TabView, each tab's root view is using a @FetchRequest to populate a List view. while switching between tabs results in 1 ... (n * n) duplicate items on each tab switch. The behaviour is as if the internal update call in response to the SwiftUI view updating is not clearing the previous List view items but is appending to it. How do you clear or empty the List view on/or before every UI update call to the @FetchRequest property wrapper?
1
0
1.8k
Dec ’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
MailKit API Documentation
Does any have anyone have documentation on the usage related to the forMessageContext and messageContext parameters and for the methods below? This is undocumented while public making it an unusable API. func extensionViewController(messageContext: Data) -> MEExtensionViewController? func primaryActionClicked(forMessageContext context: Data) async -> MEExtensionViewController? The APIs are located here but lack any kind of proper documentation and examples https://developer.apple.com/documentation/mailkit/memessagesecurityhandler/3882908-extensionviewcontroller
Replies
0
Boosts
0
Views
936
Activity
Nov ’21
Safari 15.2 [Big Sur 11.6.2] Tab randomly opening
The behaviour is predictable every 5 - 10 secs. Click a link in 5-10 secs it pops back to the previous page or opens a random tab.
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
561
Activity
Jan ’22
Xcode 13.2.1 Safari 15.3 w/macOS 12.2 is Very unstable
After upgrading to the latest masOS 12.2(no release notes, undocumented release), Safari is no longer able to login to the forums and a few other sites, most likely due to the amount of redirects taking place. Just follow the redirects and stop counting them, Xcode 13.2.1 will go belly up and freeze, then finder, then everything else that's running. @apple, @appledevsupport
Replies
0
Boosts
0
Views
868
Activity
Jan ’22
Custom ListStyle types
Is creating a custom ListStyle a public affair or private one between Apple and their developers?
Replies
1
Boosts
0
Views
2.2k
Activity
Feb ’22
TabView with page style - scroll feedback
Does anyone know if the above configuration provides current index feedback or if ScrollView, ScrollViewProxy, ScrollViewReader or ScrollViewConfig does pagination with current index feedback?
Replies
0
Boosts
0
Views
734
Activity
Feb ’22
Apple or anyone @TableColumnBuilder usage?
Any documentation or examples on the use of @TableColumnBuilder is appreciated.
Replies
1
Boosts
0
Views
766
Activity
Feb ’22
Watch App - Only runs via Xcode
I'm seeing an issue where a watch extension was added to an existing iOS app which only runs via Xcode, any attempt to run it without Xcode results in the watchApp closing on launch. Any suggestions on what could be the issue? Xcode 13.2.1, macOS 11.6.5, WatchOS sim 7.0, deployment target 7.0
Replies
0
Boosts
0
Views
1.2k
Activity
Feb ’22
SwiftUI TabView - duplicate entries List View while binded to a @FetchRequest
macOS app using a TabView, each tab's root view is using a @FetchRequest to populate a List view. while switching between tabs results in 1 ... (n * n) duplicate items on each tab switch. The behaviour is as if the internal update call in response to the SwiftUI view updating is not clearing the previous List view items but is appending to it. How do you clear or empty the List view on/or before every UI update call to the @FetchRequest property wrapper?
Replies
1
Boosts
0
Views
1.8k
Activity
Dec ’22
Xcode 14.2 stuck at launch - bounce bounce poof
So recently, Xcode has been stuck on launch, and the only way for it to launch is to kill the core simulator process or keep trying to launch until it eventually starts. Has anyone experienced this? Xcode 14.2 macOS 12.6.3 MacBook Pro.
Replies
0
Boosts
0
Views
767
Activity
Feb ’23
Apple (Silicon) Latest Xcode 14.3 beta 3 Watch OS & tvOS sims are not compatible with the beta 3 release
Latest Xcode 14.3 beta 3 Watch OS & tvOS sims are not compatible with the beta 3 release
Replies
0
Boosts
0
Views
749
Activity
Mar ’23
Is Xcode 14.3 Apple Silicon Only - It won't start on my Intel anymore
Is Xcode 14.3 going to be a Universal build or just Apple Silicon? 96 Hangs.
Replies
3
Boosts
0
Views
2.1k
Activity
Mar ’23
Xcode 14.3 RC2 - Deprecated Warnings Not Shown on Apple Silicon only Intel
The following ticket FB12083595 was created to track the above issue observed with Xcode 14.3 RC2 running on macOS/AS even though the Deprecated Functions warning is set Yes in Build Settings.
Replies
0
Boosts
0
Views
950
Activity
Mar ’23