How come the platform folders are not in xcode?

How come we don’t see the other folders in xcode or android studio like before ? I was trying to get to the android one under platform but under platform it only shows this07%20PM

In Xcode you only add the needed files/folders from Classes. It’s not a reference to everything, like the resources folder. That’s why you don’t see the Android or Windows classes in XCode. I personally use CLion for coding, which shows everything, but it’s not for free.

3 Likes