You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day, I was trying to resign an application DVIA.
MacOS 12.4 M1
applesign version 4.0.0
Here is the switches that I used
applesign -i 749AD577AB7889A809D075F444A1B27F4649063D -m aa799d52-56aa-4c8b-964e-b31654b9bf8b.mobileprovision -a DVIA-v2-swift.ipa -c
Error:
"Error: stdout:
stderr: Failed to parse entitlements: AMFIUnserializeXML: syntax error near line 12"
swiftos.dylib","/Users/user/Downloads/Sample/DVIA-v2-swift.ipa.da820bec-31fb-47db-92fd-7582398cb558/Payload/DVIA-v2.app/Frameworks/libswiftsimd.dylib"]
Orphan: ["/Users/user/Downloads/Sample/DVIA-v2-swift.ipa.da820bec-31fb-47db-92fd-7582398cb558/Payload/DVIA-v2.app/libswiftRemoteMirror.dylib"]
Cleaning up /Users/user/Downloads/Sample/DVIA-v2-swift.ipa.da820bec-31fb-47db-92fd-7582398cb558
Error: stdout:
stderr: Failed to parse entitlements: AMFIUnserializeXML: syntax error near line 12
Not sure what I'm missing here.
But when I downgrade to version 3.9.3, the applesign is working.
Any help will do! TIA
The text was updated successfully, but these errors were encountered:
I have investigated the issue and wrote a fix for it. Seems like the latest plist parser from Apple is a bit more strict. Read this for some context electron/osx-sign#218 the regression was introduced after updating the plist dependency which had some different default settings that make codesign tool unhappy.
I have investigated the issue and wrote a fix for it. Seems like the latest plist parser from Apple is a bit more strict. Read this for some context electron/osx-sign#218 the regression was introduced after updating the plist dependency which had some different default settings that make codesign tool unhappy.
Good day, I was trying to resign an application DVIA.
MacOS 12.4 M1
applesign version 4.0.0
Here is the switches that I used
Error:
"Error: stdout:
stderr: Failed to parse entitlements: AMFIUnserializeXML: syntax error near line 12"
Not sure what I'm missing here.
But when I downgrade to version 3.9.3, the applesign is working.
Any help will do! TIA
The text was updated successfully, but these errors were encountered: