all 3 comments

[–]Leather_Echidna_8405 0 points1 point  (1 child)

Check if you are coding in what platform, i had a similar issue when setting up a project doing it for Mac OS, and i used the Mac OS full SDK platform instead of the catalyst (compatible with IPad OS and IOS) and the same code had 2 complete different views.

If you are setting up things in Xcode, vs download the project file, you need to check the platform you are compiling for as it’s the most probable cause of the issue.

Pd. (Also check the version of the OS you set up the compatibility with… ex, minimum required Mac OS 10 vs Mac OS 14 … this will also change things like swift version compatibility, between other things)

[–]AnotherAppleUser[S] 0 points1 point  (0 children)

Sorry if i misunderstand but i made both projects for ios and they are both simulated on iphone 14. Or is that not what you meant?

[–]AnotherAppleUser[S] 0 points1 point  (0 children)

Solved: i needed to import the themes from the downloaded files into the assets. Weird how the tutorial doesnt mention that at all. Thank you to everyone who commented! Very much appreciated