Hello. I am trying to build my app on Xcode but everytime I get a black screen. It should show a table with images but it won't. I already reviewed the ViewController, App Delegate and DetailViewController, each of these files seem to be correct. I also tried building my app with an older version of iOS being iOS 15.5 but this process was not successful and finally just to make sure everything was correct in my code also tried removing certain parts (the newest code added) of my ViewController but it wouldn't build the app still. Has this happened to anyone of you?
I am using Xcode 14.3.1, MacOS 14.3
This is from Hacking with Swift by Paul Hudson.
I am new to this entire ecosystem and has been a bit difficult to go step by step, 1 hour per day. I have never used Xcode nor MacOS before but I am always eager to learn more everyday.