Lesson 11 - XCode 12 does not render the game correctly

Hey Chris,

I was following along the 14 Day Challenge and when I build the War Card Game; XCode does not render and display the cards.

I can see the first 2 cards displayed and I double checked the code and it is correct. BTW the player and cpu scores are correctly updated.

Would you know if this is a bug in XCode 12?

Thanks
SJ

Found the problem; I had miss typed the String playerCard = “Card” + String (playerRand); the “C” in the card needed to be lowercase!!