-
QuestionThe full command I ran was This error came up when I added the --team "" line to the command, because when I ran it before without that it just builds an xcode archive. I couldn't do anything with the archive, because it had no profile. After looking further, I concluded that it was only because of the space in between "First Last" of my name in the profile. I need a way to force the JSON Text to read the space I believe. Any ideas? Code sampleNo response Error message[21:48:34] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.23.2
✅
Customized app icons and splash images ✅
[21:48:37] Generated app icons ✅
[21:48:40] Generated splash screens ✅
[21:48:47] Packaged Python app ✅
[21:48:51] Resolving dependencies...
Downloading packages...
collection 1.18.0 (1.19.0 available)
fl_chart 0.65.0 (0.68.0 available)
flutter_lints 2.0.3 (4.0.0 available)
flutter_markdown 0.6.23 (0.7.3 available)
http_parser 4.0.2 (4.1.0 available)
js 0.6.7 (0.7.1 available)
lints 2.1.1 (4.0.0 available)
material_color_utilities 0.8.0 (0.12.0 available)
meta 1.12.0 (1.15.0 available)
! package_info_plus 8.0.0 (overridden)
sensors_plus 4.0.2 (5.0.1 available)
toml 0.15.0 (0.16.0 available)
! wakelock_plus 1.2.5 (overridden)
web 0.5.1 (1.0.0 available)
web_socket_channel 2.4.5 (3.0.1 available)
Got dependencies!
13 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Unable to get Xcode project information:
2024-07-23 21:48:50.021 xcodebuild[5277:9519425] CFPropertyListCreateFromXMLData():
Old-style plist parser: missing semicolon in dictionary on line 365. Parsing will be
abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2024-07-23 21:48:50.021 xcodebuild[5277:9519425] 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}
2024-07-23 21:48:50.024 xcodebuild[5277:9519425] Writing error result bundle to
/var/folders/z1/37s57tv1573g3p46hvw5vspm0000gn/T/ResultBundle_2024-23-07_21-48-0050.xcre
sult
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:
/var/folders/z1/37s57tv1573g3p46hvw5vspm0000gn/T/flet_flutter_build_40XwyGfT1c/ios/Runne
r.xcodeproj
Error building Flet app - see the log of failed command above. ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I just solved the problem. Each profile has a unique ID under App Store Connect, found in the developer account settings. So, instead of "First Last", I put "XXXXXXXX" (my ID profile number) and it built successfully. The JSON Text is able to compile that. |
Beta Was this translation helpful? Give feedback.
I just solved the problem. Each profile has a unique ID under App Store Connect, found in the developer account settings. So, instead of "First Last", I put "XXXXXXXX" (my ID profile number) and it built successfully. The JSON Text is able to compile that.
See: godotengine/godot#60302