After cleaning and getting dependencies, I still get Swift Compiler Error (Xcode): No such module 'XCTest' upon running.
Logs
```txt
flutter run --flavor development --target lib/main_development.dart
Launching lib/main_development.dart on iPhone 15 Pro Max in debug mode...
Running pod install... 771ms
Running Xcode build...
ββCompiling, linking and signing... 803ms
Xcode build done. 23.2s
Failed to build iOS app
Swift Compiler Error (Xcode): No such module 'XCTest'
/Users/alestiago/Developer/workspace/oss/very_good_flame_game/src/very_good_
flame_game/ios/RunnerTests/RunnerTests.swift:7:7
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.
```
Status
READY
Description
fix: runner tests https://github.com/VeryGoodOpenSource/very_good_cli/issues/766
https://github.com/VeryGoodOpenSource/very_good_cli/issues/888
Type of Change