This repository was archived by the owner on Feb 21, 2024. It is now read-only.
Merged
Conversation
Contributor
|
I tried running on iPhone 15 and I got the following error logs: Logsflutter 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
fix VeryGoodOpenSource/very_good_cli#766
Type of Change