Skip to content

* fixed: failed to parse DeviceCtl response on Xcode27 Beta - #860

Merged
Tom-Ski merged 1 commit into
MobiVM:masterfrom
dkimitsa:fix/devicectl-failed-to-parse
Jul 5, 2026
Merged

* fixed: failed to parse DeviceCtl response on Xcode27 Beta#860
Tom-Ski merged 1 commit into
MobiVM:masterfrom
dkimitsa:fix/devicectl-failed-to-parse

Conversation

@dkimitsa

@dkimitsa dkimitsa commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

java.lang.NumberFormatException: For input string: "18446744071562067970"

root case: com.googlecode.json-simple:1.1.1 supports biggest number that fit into Long only and will fail on any bigger. as a quick fix will switch to last known and maintained fork com.github.cliftonlabs:4.0.1

"hardware" : {
            "cpuType" : {
              "subtype" : 18446744071562067970,
              "type" : 16777228
            },
            "ecid" : 3502134164946974,
            "productType" : "iPhone14,6",
            "udid" : "00008110-000C712C26DB801E"
          },

> java.lang.NumberFormatException: For input string: "18446744071562067970"

root case: `com.googlecode.json-simple:1.1.1` supports biggest number that fit into Long only and will fail on any bigger.
as a quick fix will switch to last known and maintained fork `com.github.cliftonlabs:4.0.1`

```
"hardware" : {
            "cpuType" : {
              "subtype" : 18446744071562067970,
              "type" : 16777228
            },
            "ecid" : 3502134164946974,
            "productType" : "iPhone14,6",
            "udid" : "00008110-000C712C26DB801E"
          },
```
@dkimitsa dkimitsa added this to the 2.3.26 milestone Jul 5, 2026
@Tom-Ski
Tom-Ski merged commit 27419a7 into MobiVM:master Jul 5, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants