Posts

Post not yet marked as solved
1 Replies
484 Views
I cannot find how to submit a Xcode bug report. With Xcode 12.5.1 and Xcode beta release 5, The NavigationView and the NavigationLink has a problem. With 5 options of NavigationLinks, when I select one, the response is random. Either of the 5 options view will be presented. The following in some of the responses I get on the console: SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. func = 1.5 func = 22.5 Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. If I divide 29 by 12, the results = 2.0, problem. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. 2021-09-12 13:38:19.316449-0700 PocketAssistant[1599:40881] Writing analzed variants. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Thanks Lloyd Hunter
Posted Last updated
.
Post not yet marked as solved
0 Replies
407 Views
I have an image in my SwiftUI code which doesn't stretch in the landscape orientation. The code is listed here:                 GeometryReader { geo in                     Image("RubyChard")                         .resizable()                         .aspectRatio(contentMode: .fit)                         .frame(width: geo.size.width)                 } The image in the portrait and landscape orientation. The .png file size is 730x638 pixels. I have exhausted my efforts to get the image to stretch in landscape orientation. I need help! Thanks in advance for your help Lloyd
Posted Last updated
.
Post not yet marked as solved
0 Replies
534 Views
I was able to get my App Icon on my iPhone. But I had to make some changes, and I inadvertently deleted the Icon. I can’t get the App Icon back on my iPhone. Can anyone out there help me? Thanks in advance
Posted Last updated
.