VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team πŸ¦„
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

fix: runner tests reference #131

Closed renancaraujo closed 12 months ago

renancaraujo commented 1 year ago

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

alestiago commented 12 months ago

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. ```