From e19b1e49899c569379cf35fffaf0410c53928458 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Mon, 11 Nov 2019 10:57:33 -0800 Subject: [PATCH] Font changes in troubleshooting Signed-off-by: Mary Anthony --- _ios/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_ios/tutorial.md b/_ios/tutorial.md index 2a08e97b..dbd92115 100644 --- a/_ios/tutorial.md +++ b/_ios/tutorial.md @@ -711,6 +711,6 @@ this application in your mobile add for now. In XCode, do the following; XCode builds can retain old data. To ensure your builds are clean, try the following: 1. Reset the simulator by choosing **Hardware -> Erase all content and settings** from the menu. -2. In XCode, clean the project by choosing **Product > Clean** from the menu or press 'Command + Shift + K' on your keyboard. -3. Clean the build folder by pressing 'Command + Option + Shift + K' on your keyboard. +2. In XCode, clean the project by choosing **Product > Clean** from the menu or press `Command + Shift + K` on your keyboard. +3. Clean the build folder by pressing `Command + Option + Shift + K` on your keyboard. 4. Run the code on the simulator again.