Replies: 2 comments 1 reply
-
@icklaus, apologies for the delayed reply. Could you please provide me with a build id so that I can investigate the issue further? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@icklaus, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Unity
Steps to reproduce
I am getting an error while build the ipa for distribution. what would be the possible cause?
script: |
xcode-project build-ipa
--project "$UNITY_IOS_DIR/$XCODE_PROJECT"
--scheme "$XCODE_SCHEME"
Expected results
ipa Build success
Actual results
I am getting :
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-10-11 15:28:41.221 xcodebuild[3044:41117] Writing error result bundle to /var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/ResultBundle_2023-11-10_15-28-0041.xcresult
xcodebuild: error: Unable to read project 'Unity-iPhone.xcodeproj'.
Reason: The project ‘Unity-iPhone’ is damaged and cannot be opened due to a parse error. Examine the project file for invalid edits or unresolved source control conflicts.
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions