Post

Replies

Boosts

Views

Activity

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 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 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 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 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 unexpected Mach-O Error while trying to submit to App Store
Anybody????
Replies
Boosts
Views
Activity
Sep ’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 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 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?
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 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 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 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 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