Posts

Post not yet marked as solved
7 Replies
1.3k Views
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?
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
3 Replies
1.4k Views
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.
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
5 Replies
1.9k Views
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?
Posted
by MobileTen.
Last updated
.
Post marked as solved
1 Replies
751 Views
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.
Posted
by MobileTen.
Last updated
.
Post marked as solved
2 Replies
975 Views
@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         }
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
2 Replies
940 Views
WatchOS 8.5 release notes opens the tvOS Release notes and the iPadOS 15.4 release notes opens the watchOS release notes. @Apple
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
934 Views
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
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
543 Views
Does anyone know if the above configuration provides current index feedback or if ScrollView, ScrollViewProxy, ScrollViewReader or ScrollViewConfig does pagination with current index feedback?
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
Is creating a custom ListStyle a public affair or private one between Apple and their developers?
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
661 Views
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
Posted
by MobileTen.
Last updated
.
Post marked as solved
2 Replies
1.2k Views
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
Posted
by MobileTen.
Last updated
.
Post not yet marked as solved
0 Replies
361 Views
In the Earthquakes, example project & also mine I have noticed that view state is lost during device rotation. In portrait mode, the Table View / List is shown by default and in landscape mode, the pushed or detail view is shown instead. One how do you prevent the lost item selection in the landscape orientation when the detailed view is being loaded first without the primary List View to provide it with the incoming data? This is the current behaviour in the Earthquakes if anyone needs a code reference.
Posted
by MobileTen.
Last updated
.