Posts

Post not yet marked as solved
2 Replies
I Found the solution here: https://stackoverflow.com/questions/62624524/navigationview-swiftui-shows-split-view-in-ipad Short version: NavigationView { 	 Text("Hello") 			 .navigationBarTitle("Home") } .navigationViewStyle(StackNavigationViewStyle())
Post not yet marked as solved
1 Replies
Did you ever find a solution to this problem? I have need to cancel the user facing notifications as well. The reason being that, due to encryption, our server can't see into a message to know whether a user-facing notification is appropriate or not. This can't be determined until the client decrypts the message.
Post not yet marked as solved
40 Replies
Xcode 11.2.1 is working for me now.
Post not yet marked as solved
40 Replies
I'm in the same boat today. I'm using the same version of Xcode, macOS, and iOS SDKs as above and getting the same error message. Any light that can be shed would be greatly appreciated.Mark