Post

Replies

Boosts

Views

Activity

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
So @Apple - What're you going to do with the ongoing spam & consumers being able to post here
Access to these forums should be based on paid agreements on file to the Apple Developer Program, and this will prevent these social engineers from trying to game the board and members with junk. Apple, you pride yourself on security & privacy. How about fixing the access to these forums to only developers with a contract on file and approved students only?
7
3
1.7k
Oct ’22
Apple you have a very high number of non-developer related issues being posted making it difficult for us developers to assist other developers in need of answers.
Please run a PR campaign for where non-developers should go to get help. There seems to be some kind of misinformation as to where consumers should go for support and they are all landing in the developer forums flooding the board with non-developer questions making it difficult to help other developers in need.
3
0
1.6k
Sep ’22
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.4k
Sep ’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         }
2
0
1.5k
Apr ’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
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
941
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
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
993
Activity
Mar ’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
740
Activity
Mar ’23
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
756
Activity
Feb ’23
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
So @Apple - What're you going to do with the ongoing spam & consumers being able to post here
Access to these forums should be based on paid agreements on file to the Apple Developer Program, and this will prevent these social engineers from trying to game the board and members with junk. Apple, you pride yourself on security & privacy. How about fixing the access to these forums to only developers with a contract on file and approved students only?
Replies
7
Boosts
3
Views
1.7k
Activity
Oct ’22
Apple you have a very high number of non-developer related issues being posted making it difficult for us developers to assist other developers in need of answers.
Please run a PR campaign for where non-developers should go to get help. There seems to be some kind of misinformation as to where consumers should go for support and they are all landing in the developer forums flooding the board with non-developer questions making it difficult to help other developers in need.
Replies
3
Boosts
0
Views
1.6k
Activity
Sep ’22
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.4k
Activity
Sep ’22
Xcode 14 Donut App Sample Code
Does anyone know where to find the sample project?
Replies
2
Boosts
1
Views
2.3k
Activity
Jun ’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
962
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
WatchOS 8.5 & iPad 15.4 Release notes
WatchOS 8.5 release notes opens the tvOS Release notes and the iPadOS 15.4 release notes opens the watchOS release notes. @Apple
Replies
2
Boosts
0
Views
1.1k
Activity
Mar ’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
814
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