## Notes - [x] Try to get app up and running on my Mac and phone again - [x] Restore Supabase instance - [x] Check and see if Supabase is running locally - [x] Try and start Supabase locally - [x] Try and start UI `npm run ios` - Failed because my phone does not have the latest update - [x] Try and start UI in browser `npm run web` - Fails because it's trying to load a native-only package - [x] Get latest OS on iPhone - Already has it - [x] Try and run with Xcode - [x] Install 18.5 on Xcode simulator - [x] Run `npm run ios` - [x] Understand why app didn't run on simulator - `An error was encountered processing the command (domain=LSApplicationWorkspaceErrorDomain, code=115):` - People are saying to close the simulator and try again - [x] Force quit Simulator - [x] Retry running `npm run ios` - Still the same issue--Simulator still opens - [x] Check iOS logs (must run on XCode) - That worked, got `Personal development teams, including "Dale Chang", do not support the Sign in with Apple capability.` - [x] Add Sign in with Apple capability - `npx expo install expo-apple-authentication` - Updated `app.json` to include property in `"ios"` and `"plugins"` - Return `npm run ios` to rebuild - It works! I can see the sign in screen - [x] Fix issue with navigating to game details