Post

Replies

Boosts

Views

Activity

Reply to notary tool fails on same file that altool notarizes successfully
@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 } ] }
Jan ’24
Reply to notary tool fails on same file that altool notarizes successfully
@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 } ] }
Jan ’24
Reply to App built with Release configuration and Xcode15.3 or later version will crashes on real devices(iPhone and iPad)
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.
Aug ’24