we need this, all other browsers support this. why apple does not support?
Post
Replies
Boosts
Views
Activity
Hi, for me it reported an error: NSOSStatusErrorDomain Code=-12746, what does this means? thank you.
we also have this issue...
@eskimo To make thing more clear, do you mean that the notarytool can not be used for uploading ipa to appstore? cause i have the same issue as others currently.
`{
"logFormatVersion": 1,
"jobId": "538b39b5-181d-4519-acb6-b9e272a5041b",
"status": "Invalid",
"statusSummary": "Archive contains critical validation errors",
"statusCode": 4000,
"archiveFilename": "demo.ipa",
"uploadDate": "2024-01-12T06:21:52.276Z",
"sha256": "2b0dfcc260068bb1b8d39444f7f8a93d7dc8e218d5feb87589450014a518c7a9",
"ticketContents": null,
"issues": [
{
"severity": "error",
"code": null,
"path": "Seismic.ipa",
"message": "Package demo.ipa has no signed executables or bundles. No tickets can be generated.",
"docUrl": null,
"architecture": null
}
]
}
@eskimo To make thing more clear, do you mean that the notarytool can not be used for uploading ipa to appstore? cause i have the same issue as others currently.
{
"logFormatVersion": 1,
"jobId": "538b39b5-181d-4519-acb6-b9e272a5041b",
"status": "Invalid",
"statusSummary": "Archive contains critical validation errors",
"statusCode": 4000,
"archiveFilename": "Seismic.ipa",
"uploadDate": "2024-01-12T06:21:52.276Z",
"sha256": "2b0dfcc260068bb1b8d39444f7f8a93d7dc8e218d5feb87589450014a518c7a9",
"ticketContents": null,
"issues": [
{
"severity": "error",
"code": null,
"path": "Seismic.ipa",
"message": "Package Seismic.ipa has no signed executables or bundles. No tickets can be generated.",
"docUrl": null,
"architecture": null
}
]
}
Any suggestion is appreciate, i have fired a bug for apple. thanks.
Unfortunately apple has no response for the bug,
anyone can help? thanks in advance
Hi Apple, Thanks for your reply, i tried to use withUnsafeMutablePointer and the crash disappeared. but we did not figure out the root causes:
Why it crashed when building with Release configuration and using Xcode15.3 or newer Xcode versions including Xcode beta 16.1?
Why it does not crash when building with Release configuration and using Xcode15.2?
Why it does not crash when building with Debug configuration and using any Xcode versions?
Why it does not crash if it goes into an extra logic if isUsingCharFilter is true? for more detail see
If we do not figure out the root cause described above, it has big risk. cause it maybe a bug of Xcode15.3 and newer Xcode versions. Please help to figure out, thanks for your help.