Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

fix: regenerate ios directory #310

Merged
merged 5 commits into from
Nov 28, 2023
Merged

Conversation

renancaraujo
Copy link
Contributor

Description

fix VeryGoodOpenSource/very_good_cli#766

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@renancaraujo renancaraujo requested a review from a team as a code owner November 21, 2023 13:55
@alestiago
Copy link
Contributor

alestiago commented Nov 21, 2023

I tried running on iPhone 15 and I got the following error logs:

Logs
flutter run --flavor development --target lib/main_development.dart
Launching lib/main_development.dart on iPhone 15 Pro Max in debug mode...
Exception: Unable to get Xcode project information:
 2023-11-21 16:21:43.594 xcodebuild[97886:15319567]
 CFPropertyListCreateFromXMLData(): Old-style plist parser: missing
 semicolon in dictionary on line 363. Parsing will be abandoned. Break on
 _CFPropertyListMissingSemicolon to debug.
2023-11-21 16:21:43.594 xcodebuild[97886:15319567] Error
Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or
object and option to allow fragments not set. around line 1, column 0."
UserInfo={NSDebugDescription=JSON text did not start with array or object
and option to allow fragments not set. around line 1, column 0.,
NSJSONSerializationErrorIndex=0}
2023-11-21 16:21:43.596 xcodebuild[97886:15319567] Writing error result
bundle to
/var/folders/4c/j943df_x2jbf59vsbts7nwj00000gn/T/ResultBundle_2023-21-11_16
-21-0043.xcresult
xcodebuild: error: Unable to read project 'Runner.xcodeproj'.
        Reason: The project ‘Runner’ is damaged and cannot be opened due to a
        parse error. Examine the project file for invalid edits or unresolved
        source control conflicts.

Path:
/Users/alestiago/Developer/workspace/oss/very_good_core/output/test_app/ios
/Runner.xcodeproj

Copy link
Contributor

@alestiago alestiago left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It worked 🥳

@renancaraujo renancaraujo self-assigned this Nov 23, 2023
@renancaraujo renancaraujo merged commit c051b12 into main Nov 28, 2023
3 checks passed
@renancaraujo renancaraujo deleted the renan/runner-tests-regenerate branch November 28, 2023 14:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

fix: very_good create flutter_app doesn't create RunnerTests on iOS
2 participants