Post

Replies

Boosts

Views

Activity

Reply to iMac crashes randomly around once per month
If you have a M1 Mac, then unplug any USB extenders you may have connected. There is a known problem between M1 Macs and USB extenders, of which Apple doesn't have any answers for yet. If you do not have a M1 Mac, then the error looks like you may have a corrupt file somewhere causing the computer to do a reboot. In that case, you may have to redo the computer. Also, check the power connector on the back of the computer. I've had some issues with that in the past. Even shut it down, unplug it and then plug it back in and see what happens. Hope this helps, Dan Uff
Topic: App & System Services SubTopic: Hardware Tags:
Jun ’21
Reply to Show JSON output to screen?
I don't want to show the status, only the content within the articles. After looking at your code and looking at some others, I finally got it working to a point. I wish I could show you a screenshot of what I have so far. Now the articles show up on the simulator, but they are all in raw form. I think I know how to take it from here. Do I put the raw data in a form such as a tableView to be readable? Thanks.
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’21
Reply to website to automatically sync to iOS app
You may want to look into adding the content in to a JSON file that would be on the website, and then use the json decoding commands to update any content that the website may or may not have inside your app. For an idea of what I mean. go on YouTube here: https://www.youtube.com/results?search_query=json+decoding+swift Dan Uff
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’21
Reply to Is your Xcode13 stuck?
Yes, this is a common situation for me too. I reported it during the beta and the GM. I submitted error reports, and I still have problems. The problem happens when entering code. It just stops and hangs until I terminate Xcode via the Terminal and restart it at least 5 times a week (maybe more). It happens with Swift 5 and SwiftUI. Its annoying and inexcusable. Here's my setup: 2020 M1 Mac mini. 16GB RAM. MacOS 12.0.1 Xcode Version 13.1 (13A1030d). So YOU'RE NOT THE ONLY ONE and hope they get this resolved sooner rather than later.
Dec ’21
Reply to Apple Watch App not Displaying Back "<" Button
@aandyzoom01  Thanks for verifying I wasn't loosing my mind. Can Apple comment on if/when this problem will be fixed, or even a work around?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to iMac crashes randomly around once per month
If you have a M1 Mac, then unplug any USB extenders you may have connected. There is a known problem between M1 Macs and USB extenders, of which Apple doesn't have any answers for yet. If you do not have a M1 Mac, then the error looks like you may have a corrupt file somewhere causing the computer to do a reboot. In that case, you may have to redo the computer. Also, check the power connector on the back of the computer. I've had some issues with that in the past. Even shut it down, unplug it and then plug it back in and see what happens. Hope this helps, Dan Uff
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Missing app developer
Usually, the app's description has a URL and/or email address to contact them. If it doesn't, then try and searching Google. Dan Uff
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Widget not showing in "Widget Gallery"
This is a known big. I have found that having the end user delete the app, then reinstall it does help sometimes. Dan Uff
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Show JSON output to screen?
Oh yeah, that would help. Here you go: struct NewsFeed: Codable {   var status: String = ""   var totalResults: Int = 0   var articles: [Article]? }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Show JSON output to screen?
I don't want to show the status, only the content within the articles. After looking at your code and looking at some others, I finally got it working to a point. I wish I could show you a screenshot of what I have so far. Now the articles show up on the simulator, but they are all in raw form. I think I know how to take it from here. Do I put the raw data in a form such as a tableView to be readable? Thanks.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Show JSON output to screen?
Okay, thanks for the info. It really did help! Dan
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Xcode cannot download the APP to my phone,since device is busy
I've been getting this A LOT with Xcode 12 & 13. Just wait until the message goes away when you try and run your app on a device. It may take seconds or minutes, but it will eventually go away and allow the app to run. Dan
Replies
Boosts
Views
Activity
Sep ’21
Reply to unexpected Mach-O Error while trying to submit to App Store
Anybody????
Replies
Boosts
Views
Activity
Sep ’21
Reply to website to automatically sync to iOS app
You may want to look into adding the content in to a JSON file that would be on the website, and then use the json decoding commands to update any content that the website may or may not have inside your app. For an idea of what I mean. go on YouTube here: https://www.youtube.com/results?search_query=json+decoding+swift Dan Uff
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to External Hard Drive won’t Mount
I have been having the same issue, and have the exact same configuration as you. I've reported the issue to apple and had a message on here without any response from both. Please let me know if you find an answer to this ANNOYING problem. Dan Uff
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Xcode 13 Beta 5 stuck on "Making iPhone ready for development" with iOS 15 Beta 5 iPhone
This problem is NOT fixed. Using Xcode version 13.0 (13A233). Now it doesn't see my new iPhone 13 Pro Max all the time. When it does, the above problem exists. I even let it on for an hour and still have the same problem. Need to test a few apps on a device but can't!
Replies
Boosts
Views
Activity
Oct ’21
Reply to Updated code for Sharesheet in iOS 15?
I did. He said that he didn’t know either.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Updated code for Sharesheet in iOS 15?
Thank you, and it’s nice to know I’m not the only one who’s seeking an answer.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Is your Xcode13 stuck?
Yes, this is a common situation for me too. I reported it during the beta and the GM. I submitted error reports, and I still have problems. The problem happens when entering code. It just stops and hangs until I terminate Xcode via the Terminal and restart it at least 5 times a week (maybe more). It happens with Swift 5 and SwiftUI. Its annoying and inexcusable. Here's my setup: 2020 M1 Mac mini. 16GB RAM. MacOS 12.0.1 Xcode Version 13.1 (13A1030d). So YOU'RE NOT THE ONLY ONE and hope they get this resolved sooner rather than later.
Replies
Boosts
Views
Activity
Dec ’21