Post

Replies

Boosts

Views

Activity

Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
New wrinkle, when I added the Model and ViewModel to handle the data the problems went away with the iPads. All iPads work fine after that update. The only difference in these is the safe area cut out on the phones. Also the iPad OS has been introduced to the systems. Also the phone sims keep changing as more cards are selected over time as if areas are interacting/overlapping. Non of it was failing until version 13.
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
In my studying the issue I have seen the results change with time. Some times long time. The real issue may be the speed of the simulator on my development system. I have seen sometimes with enough time it actually gets correct. This has only happened since my system upgraded to version 13. It happens on my Mac Pro late 2013 - 64K. It also happens on my MacBook Pro 15 in 2018 - 16K.
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
After many tries I finally got my iPad Air gen 4 to initialize. This always seems to take reboots of all devices involved many times. And many cleans and rebuilds. The error messages do not give much help since they are too non specific. The code does work better on my hardware so the Goode generation appears to be fine. The size used for the iPad Air was 150 so the screen was as full as possible and no problems as in the simulator were seen.
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’21
Reply to Dark mode preview problem
I solved the problem with much better modifier as below. DocumentViewer(inventory: sample)             .preferredColorScheme(.light) The new swiftUI Table will make it even easer by incorporating the headers since making them outside the List is what caused the original problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’21
Reply to Last Update blocked me from being able to runoff My iPad
Found the change in the system and was able to set new setting to allow app to run
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Xcode Error Account Authentication Error
Apple appears to be unable to fix this problem closing the feedback investigation!
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode Error Account Authentication Error
I thought the Notebook Xcode was working but it is not true. This is the first time in over 50 years I have not been happy with Apple products but with no fix in site I am frustrated with Apple's poor and slow response. Right now Xcode stinks!!!!!
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode Error Account Authentication Error
My MacBook Pro also has my use of Xcode broken! In over 50 years Xcode has never crashed. Now it does on all devices I have it loaded on. I runs for 5 to 10 minutes then crashes! I believe this is an Xcode bug!
Replies
Boosts
Views
Activity
Feb ’23
Reply to SwiftUI List on PadOs hides part of top entry with scroll
Is Desktop MacOS the list items and all moved over leaving space for scroll bar and not in iOS and top items are covered with scroll bar data.
Replies
Boosts
Views
Activity
Oct ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
New wrinkle, when I added the Model and ViewModel to handle the data the problems went away with the iPads. All iPads work fine after that update. The only difference in these is the safe area cut out on the phones. Also the iPad OS has been introduced to the systems. Also the phone sims keep changing as more cards are selected over time as if areas are interacting/overlapping. Non of it was failing until version 13.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
In my studying the issue I have seen the results change with time. Some times long time. The real issue may be the speed of the simulator on my development system. I have seen sometimes with enough time it actually gets correct. This has only happened since my system upgraded to version 13. It happens on my Mac Pro late 2013 - 64K. It also happens on my MacBook Pro 15 in 2018 - 16K.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
The size here is not what it was on my edit screen before submit. If the edit screen should change the size with submit.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
Here is one of my Simulator views. I must have mis represented the left and right since you only showing the good side of the screen.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
After many tries I finally got my iPad Air gen 4 to initialize. This always seems to take reboots of all devices involved many times. And many cleans and rebuilds. The error messages do not give much help since they are too non specific. The code does work better on my hardware so the Goode generation appears to be fine. The size used for the iPad Air was 150 so the screen was as full as possible and no problems as in the simulator were seen.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to XCODE 13.0 is the worst delivery I have received from Apple (Bad Bugs)
This size is for the iPhone 12 Mini. That really show the problem
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Dark mode preview problem
I solved the problem with much better modifier as below. DocumentViewer(inventory: sample)             .preferredColorScheme(.light) The new swiftUI Table will make it even easer by incorporating the headers since making them outside the List is what caused the original problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21