-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 64 bit Version: 7.0.1 of Daedalus Wallet not working on Big Sur version 11.7.10 #3263
Comments
Hey @kirk-bit, we received a few more reports about this. Apparently, the code signature is not trusted on older macOS. We're probably missing a few certs in the certificate chain used for codesigning. As a workaround, you can hold the Option key, and right click on the installer, and select "Open", and then trust it. There are no reports from newer macOS, so that's some assurance for you, that it's not malicious. Would you like to help me investigate? 🤲 If so, could you run these commands on the PKG file in a terminal? I'm assuming the installer is in
The SHA-256 sum is just to make sure there was no download error, but I'm more interested in the |
Hi, thank you
|
Hey there, a big thank you for assisting with this issue! I should have
provided more context related to the error itself. My apologies.
*Here is what you asked for and below that is the actual error message when
I look at the log:*
***@***.*** Downloads % shasum -a256
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
231a048085c40b5c662dcfae477cbec2804184130f2cf3943eaf136fb00b4bdb
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
***@***.*** Downloads % pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
Status: signed by a developer certificate issued by Apple for
distribution
Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
Certificate Chain:
1. Developer ID Installer: Input Output HK Limited (89TW38X994)
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25 EA
D1 26 68 1B CB 0F B9 42 8E 4E
…------------------------------------------------------------------------
2. Developer ID Certification Authority
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03
F2 9C 88 CF B0 B1 BA 63 58 7F
------------------------------------------------------------------------
3. Apple Root CA
Expires: 2035-02-09 21:40:36 +0000
SHA256 Fingerprint:
B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
68 C5 BE 91 B5 A1 10 01 F0 24
*Actual error log:*
Process: cardano-launcher [897]
Path: /Applications/Daedalus
Mainnet.app/Contents/MacOS/Daedalus Mainnet
Identifier: com.electron.daedalus-mainnet
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: cardano-launcher [897]
User ID: 502
Date/Time: 2024-12-19 08:31:11.083 -0500
OS Version: macOS 11.7.10 (20G1427)
Report Version: 12
Bridge OS Version: 8.2 (21P2057)
Anonymous UUID: C1ED7E40-5E7C-4A74-BFBC-4BDC61267371
Time Awake Since Boot: 760 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x3] Wrong version
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @executable_path/libcharset.1.dylib
Referenced from: /Applications/Daedalus
Mainnet.app/Contents/MacOS/libiconv.dylib
Reason: Incompatible library version: libiconv.dylib requires version
2.0.0 or later, but libcharset.1.dylib provides version 1.0.0
On Thu, Dec 19, 2024 at 8:03 AM Nearrain ***@***.***> wrote:
Hi,
I have the same problem.
I can get the "trust" option to code signature to be trusted on my
computer.
can you describe procedure if this is the solution of the problem.
thank you
------------------------------
Hey @kirk-bit <https://github.com/kirk-bit>,
we received a few more reports about this. Apparently, the code signature
is not trusted on older macOS. We're probably missing a few certs in the
certificate chain used for codesigning.
As a workaround, you can hold the Option key, and right click on the
installer, and select "Open", and then trust it. There are no reports from
newer macOS, so that's some assurance for you, that it's not malicious.
Would you like to help me investigate? 🤲
If so, could you run these commands on the PKG file in a terminal? I'm
assuming the installer is in ~/Downloads/, but please adjust if needed:
❯ cd ~/Downloads/
❯ shasum -a256 daedalus-7.0.1-71715-mainnet-28179e85e-x86_64-darwin.pkg
❯ pkgutil --check-signature daedalus-7.0.1-71715-mainnet-28179e85e-x86_64-darwin.pkg
The SHA-256 sum is just to make sure there was no download error, but I'm
more interested in the --check-signature output, i.e. why doesn’t your
system trust our signature.
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7JYVVAD6W4CXUQU4LR32GK7YNAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJTHA2DGOBRG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
is that just decription of the problem, or solution ? |
It's the checksum process and an error log when trying to run the app after
installation on my mac
…On Thu, Dec 19, 2024 at 8:39 AM Nearrain ***@***.***> wrote:
is that just decription of the problem, or solution ?
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7J5FAJGCGHTJGQCAJYT2GLEAZAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJUGAZTKMBRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you!!
…On Thu, Dec 19, 2024 at 8:45 AM hanKah37De ***@***.***> wrote:
Hi, I have the same problem. I can't get the "trust" option to code
signature to be trusted on my computer. can you describe procedure if this
is the solution of the problem.
thank you
Hey @kirk-bit <https://github.com/kirk-bit>,
we received a few more reports about this. Apparently, the code signature
is not trusted on older macOS. We're probably missing a few certs in the
certificate chain used for codesigning.
As a workaround, you can hold the Option key, and right click on the
installer, and select "Open", and then trust it. There are no reports from
newer macOS, so that's some assurance for you, that it's not malicious.
Would you like to help me investigate? 🤲
If so, could you run these commands on the PKG file in a terminal? I'm
assuming the installer is in ~/Downloads/, but please adjust if needed:
❯ cd ~/Downloads/
❯ shasum -a256 daedalus-7.0.1-71715-mainnet-28179e85e-x86_64-darwin.pkg
❯ pkgutil --check-signature daedalus-7.0.1-71715-mainnet-28179e85e-x86_64-darwin.pkg
The SHA-256 sum is just to make sure there was no download error, but I'm
more interested in the --check-signature output, i.e. why doesn’t your
system trust our signature.
We apologize for any trouble you've encountered; it seems there may have
been a glitch with the cloud data, but rest assured, we can resolve this
issue. To expedite the process, kindly follow the link below to reach our
specialized support team:
Cardano Support Request <https://cardano-zendesk.web.app/>
Use the live chat button at the bottom right to connect with a support
agent for prompt assistance.
Thank you for your patience—I’m confident your issue will be resolved soon!
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7J7V2YTCS52Q552YAQT2GLEZJAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJUGA3TCMBVGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
did you managed to solve the problem ? |
I did not, but there is now a support ticket related to this issue, and the
IOHK team is addressing it. Hopefully, we will see another version of the
app soon!
…On Thu, Dec 19, 2024 at 10:34 AM Nearrain ***@***.***> wrote:
did you managed to solve the problem ?
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7JYLRWZ2OMV6WO5XI5L2GLROTAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJUGY2TEMBWGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay, thanks for confirming this, so for some reason, the output of
That's why the trust error is shown. For reference, here's my output (on macOS Sequoia 15.2):
If you want to help investigate this, could you try opening the following installer (link below)? Is it trusted? I have created an installer with the notarization stapled to it, e.g. for offline use. Normally, without a stapled notarization, macOS has to consult Apple's servers. So my idea was that maybe an older OS will accept stapled notarization? The new installer to test can be downloaded from our Google Drive: daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg It is also signed with the IOHK key (89TW38X994), so the source of the download doesn’t matter, in case you were worried about it being Google Drive. Before (or even without) opening, you can run Thanks for all the help. 🙏 |
I do get the same error when I run the application. Please see the
attachment.
*Here is the information you requested *(I ran the check sig before running
the app)*:*
***@***.*** Downloads % pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
Package does not exist:
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
***@***.*** Downloads % ls
0 - Downloads Today Order Details _ Samsung US.pdf
2023 Taxes PXL_20240217_132951720.MP.jpg
2024 Taxes PXL_20240923_130431710.MP.jpg
464473871_10234326606336179_835073667552117217_n.jpg
PXL_20241121_114437993.jpg
465590445_10234421625111589_4028161351355772124_n.jpg
PXL_20241123_123713610.jpg
Alzheimer's Walk DJ Info (General).pdf PXL_20241123_123721265.jpg
BTUS100S_certificate.pdf Pete and Ruth Wood Totals.pdf
BTUS100S_certificate_pic.jpg Poppo sig.jpg
CreditCard_20240820_20240822.csv RTC_FWH_Rigid_Tie_Connectors.pdf
DJKK Wedding Packet.pdf Receipt - LaValley Building Supply - Aug 21, 2024
(1).pdf
DSCF9704.JPG Receipt CREDIT - Middleton Building Supply - Sep 17, 2024.pdf
For Core.xlsx Receipt CREDIT - The Home Depot - Sep 20, 2024.jpg
Georgiano Instructions.pdf Screenshot_20240921-061428.png
Gmail - Order # 10838195 - Tracking.pdf cdp_api_key.json
Inv_CH829001_from_SEA_HAG_MARINA_7784.pdf
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
KILLER ADDITION 9-27-2022 X.pdf drive-download-20240722T121115Z-001
Kirk_Lic_back.jpeg mhvf-df-20_30_bf_rt-t-current-2020.pdf
Kirk_Lic_front.jpeg
old-daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Kirk_and_George.jpeg paid.png
Kirks version.docx paypal qrcode.png
My Band.jpg unnamed.png
***@***.*** Downloads % pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
Status: signed by a developer certificate issued by Apple for
distribution
Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
Certificate Chain:
1. Developer ID Installer: Input Output HK Limited (89TW38X994)
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25 EA
D1 26 68 1B CB 0F B9 42 8E 4E
…------------------------------------------------------------------------
2. Developer ID Certification Authority
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03
F2 9C 88 CF B0 B1 BA 63 58 7F
------------------------------------------------------------------------
3. Apple Root CA
Expires: 2035-02-09 21:40:36 +0000
SHA256 Fingerprint:
B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
68 C5 BE 91 B5 A1 10 01 F0 24
On Thu, Dec 19, 2024 at 3:12 PM Michal Rus ***@***.***> wrote:
Okay, thanks for confirming this, so for some reason, the output of pkgutil
--check-signature is missing the following line on your macOS:
Notarization: trusted by the Apple notary service
That's why the trust error is shown. For reference, here's my output (on
macOS Sequoia 15.2):
❯ pkgutil --check-signature daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
Status: signed by a developer certificate issued by Apple for distribution
Notarization: trusted by the Apple notary service
Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
Certificate Chain:
1. Developer ID Installer: Input Output HK Limited (89TW38X994)
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25 EA
D1 26 68 1B CB 0F B9 42 8E 4E
------------------------------------------------------------------------
2. Developer ID Certification Authority
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03
F2 9C 88 CF B0 B1 BA 63 58 7F
------------------------------------------------------------------------
3. Apple Root CA
Expires: 2035-02-09 21:40:36 +0000
SHA256 Fingerprint:
B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
68 C5 BE 91 B5 A1 10 01 F0 24
------------------------------
If you want to help investigate this, could you try opening the following
installer (link below)? Is it trusted?
I have created an installer with the notarization stapled to it, e.g. for
offline use. Normally, without a stapled notarization, macOS has to consult
Apple's servers. So my idea was that maybe an older OS will accept
*stapled* notarization?
The new installer to test can be downloaded from our Google Drive:
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
<https://drive.google.com/file/d/19ur7WwTLX8Ivbb9kl9GhJ9x2wf--2v7Z/view>
It is also signed with the IOHK key (89TW38X994), so the source of the
download doesn’t matter, in case you were worried about it being Google
Drive.
Before (or even without) opening, you can run pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg — I
would be very grateful for this output, too. Does it contain Notarization:
trusted by the Apple notary service?
Thanks for all the help. 🙏
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7J7B46BVSUPJ7IEWK532GMSCPAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJVGY4TANJRGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Regarding Notarization. I believe it's not what you're expecting.
*Here's my check using the spctl util:*
***@***.*** Downloads % spctl --status
assessments enabled
***@***.*** Downloads % spctl -a
~/Downloads/daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
/Users/kirkkiller/Downloads/daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg:
rejected
***@***.*** Downloads %
…On Thu, Dec 19, 2024 at 4:23 PM Kirk K ***@***.***> wrote:
I do get the same error when I run the application. Please see the
attachment.
*Here is the information you requested *(I ran the check sig before
running the app)*:*
***@***.*** Downloads % pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
Package does not exist:
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
***@***.*** Downloads % ls
0 - Downloads Today Order Details _ Samsung US.pdf
2023 Taxes PXL_20240217_132951720.MP.jpg
2024 Taxes PXL_20240923_130431710.MP.jpg
464473871_10234326606336179_835073667552117217_n.jpg
PXL_20241121_114437993.jpg
465590445_10234421625111589_4028161351355772124_n.jpg
PXL_20241123_123713610.jpg
Alzheimer's Walk DJ Info (General).pdf PXL_20241123_123721265.jpg
BTUS100S_certificate.pdf Pete and Ruth Wood Totals.pdf
BTUS100S_certificate_pic.jpg Poppo sig.jpg
CreditCard_20240820_20240822.csv RTC_FWH_Rigid_Tie_Connectors.pdf
DJKK Wedding Packet.pdf Receipt - LaValley Building Supply - Aug 21, 2024
(1).pdf
DSCF9704.JPG Receipt CREDIT - Middleton Building Supply - Sep 17, 2024.pdf
For Core.xlsx Receipt CREDIT - The Home Depot - Sep 20, 2024.jpg
Georgiano Instructions.pdf Screenshot_20240921-061428.png
Gmail - Order # 10838195 - Tracking.pdf cdp_api_key.json
Inv_CH829001_from_SEA_HAG_MARINA_7784.pdf
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
KILLER ADDITION 9-27-2022 X.pdf drive-download-20240722T121115Z-001
Kirk_Lic_back.jpeg mhvf-df-20_30_bf_rt-t-current-2020.pdf
Kirk_Lic_front.jpeg
old-daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Kirk_and_George.jpeg paid.png
Kirks version.docx paypal qrcode.png
My Band.jpg unnamed.png
***@***.*** Downloads % pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
Status: signed by a developer certificate issued by Apple for
distribution
Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
Certificate Chain:
1. Developer ID Installer: Input Output HK Limited (89TW38X994)
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25
EA
D1 26 68 1B CB 0F B9 42 8E 4E
------------------------------------------------------------------------
2. Developer ID Certification Authority
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D
03
F2 9C 88 CF B0 B1 BA 63 58 7F
------------------------------------------------------------------------
3. Apple Root CA
Expires: 2035-02-09 21:40:36 +0000
SHA256 Fingerprint:
B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E
2C
68 C5 BE 91 B5 A1 10 01 F0 24
On Thu, Dec 19, 2024 at 3:12 PM Michal Rus ***@***.***>
wrote:
> Okay, thanks for confirming this, so for some reason, the output of pkgutil
> --check-signature is missing the following line on your macOS:
>
> Notarization: trusted by the Apple notary service
>
> That's why the trust error is shown. For reference, here's my output (on
> macOS Sequoia 15.2):
>
> ❯ pkgutil --check-signature daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
> Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
> Status: signed by a developer certificate issued by Apple for distribution
> Notarization: trusted by the Apple notary service
> Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
> Certificate Chain:
> 1. Developer ID Installer: Input Output HK Limited (89TW38X994)
> Expires: 2027-02-01 22:12:15 +0000
> SHA256 Fingerprint:
> AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25 EA
> D1 26 68 1B CB 0F B9 42 8E 4E
> ------------------------------------------------------------------------
> 2. Developer ID Certification Authority
> Expires: 2027-02-01 22:12:15 +0000
> SHA256 Fingerprint:
> 7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03
> F2 9C 88 CF B0 B1 BA 63 58 7F
> ------------------------------------------------------------------------
> 3. Apple Root CA
> Expires: 2035-02-09 21:40:36 +0000
> SHA256 Fingerprint:
> B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
> 68 C5 BE 91 B5 A1 10 01 F0 24
>
> ------------------------------
>
> If you want to help investigate this, could you try opening the following
> installer (link below)? Is it trusted?
>
> I have created an installer with the notarization stapled to it, e.g. for
> offline use. Normally, without a stapled notarization, macOS has to consult
> Apple's servers. So my idea was that maybe an older OS will accept
> *stapled* notarization?
>
> The new installer to test can be downloaded from our Google Drive:
>
> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
> <https://drive.google.com/file/d/19ur7WwTLX8Ivbb9kl9GhJ9x2wf--2v7Z/view>
>
> It is also signed with the IOHK key (89TW38X994), so the source of the
> download doesn’t matter, in case you were worried about it being Google
> Drive.
>
> Before (or even without) opening, you can run pkgutil --check-signature
> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg — I
> would be very grateful for this output, too. Does it contain Notarization:
> trusted by the Apple notary service?
>
> Thanks for all the help. 🙏
>
> —
> Reply to this email directly, view it on GitHub
> <#3263 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BNUK7J7B46BVSUPJ7IEWK532GMSCPAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJVGY4TANJRGM>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
I have to leave for about 20-30 minutes. I'll be right back.
…On Thu, Dec 19, 2024 at 4:31 PM Kirk K ***@***.***> wrote:
Regarding Notarization. I believe it's not what you're expecting.
*Here's my check using the spctl util:*
***@***.*** Downloads % spctl --status
assessments enabled
***@***.*** Downloads % spctl -a
~/Downloads/daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
/Users/kirkkiller/Downloads/daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg:
rejected
***@***.*** Downloads %
On Thu, Dec 19, 2024 at 4:23 PM Kirk K ***@***.***> wrote:
> I do get the same error when I run the application. Please see the
> attachment.
>
>
> *Here is the information you requested *(I ran the check sig before
> running the app)*:*
>
>
> ***@***.*** Downloads % pkgutil --check-signature
> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
>
> Package does not exist:
> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
>
> ***@***.*** Downloads % ls
>
> 0 - Downloads Today Order Details _ Samsung US.pdf
>
> 2023 Taxes PXL_20240217_132951720.MP.jpg
>
> 2024 Taxes PXL_20240923_130431710.MP.jpg
>
> 464473871_10234326606336179_835073667552117217_n.jpg
> PXL_20241121_114437993.jpg
>
> 465590445_10234421625111589_4028161351355772124_n.jpg
> PXL_20241123_123713610.jpg
>
> Alzheimer's Walk DJ Info (General).pdf PXL_20241123_123721265.jpg
>
> BTUS100S_certificate.pdf Pete and Ruth Wood Totals.pdf
>
> BTUS100S_certificate_pic.jpg Poppo sig.jpg
>
> CreditCard_20240820_20240822.csv RTC_FWH_Rigid_Tie_Connectors.pdf
>
> DJKK Wedding Packet.pdf Receipt - LaValley Building Supply - Aug 21,
> 2024 (1).pdf
>
> DSCF9704.JPG Receipt CREDIT - Middleton Building Supply - Sep 17,
> 2024.pdf
>
> For Core.xlsx Receipt CREDIT - The Home Depot - Sep 20, 2024.jpg
>
> Georgiano Instructions.pdf Screenshot_20240921-061428.png
>
> Gmail - Order # 10838195 - Tracking.pdf cdp_api_key.json
>
> Inv_CH829001_from_SEA_HAG_MARINA_7784.pdf
> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
>
> KILLER ADDITION 9-27-2022 X.pdf drive-download-20240722T121115Z-001
>
> Kirk_Lic_back.jpeg mhvf-df-20_30_bf_rt-t-current-2020.pdf
>
> Kirk_Lic_front.jpeg
> old-daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
>
> Kirk_and_George.jpeg paid.png
>
> Kirks version.docx paypal qrcode.png
>
> My Band.jpg unnamed.png
>
> ***@***.*** Downloads % pkgutil --check-signature
> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
>
> Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
>
> Status: signed by a developer certificate issued by Apple for
> distribution
>
> Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
>
> Certificate Chain:
>
> 1. Developer ID Installer: Input Output HK Limited (89TW38X994)
>
> Expires: 2027-02-01 22:12:15 +0000
>
> SHA256 Fingerprint:
>
> AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D
> 25 EA
>
> D1 26 68 1B CB 0F B9 42 8E 4E
>
>
> ------------------------------------------------------------------------
>
> 2. Developer ID Certification Authority
>
> Expires: 2027-02-01 22:12:15 +0000
>
> SHA256 Fingerprint:
>
> 7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1
> 8D 03
>
> F2 9C 88 CF B0 B1 BA 63 58 7F
>
>
> ------------------------------------------------------------------------
>
> 3. Apple Root CA
>
> Expires: 2035-02-09 21:40:36 +0000
>
> SHA256 Fingerprint:
>
> B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED
> 7E 2C
>
> 68 C5 BE 91 B5 A1 10 01 F0 24
>
> On Thu, Dec 19, 2024 at 3:12 PM Michal Rus ***@***.***>
> wrote:
>
>> Okay, thanks for confirming this, so for some reason, the output of pkgutil
>> --check-signature is missing the following line on your macOS:
>>
>> Notarization: trusted by the Apple notary service
>>
>> That's why the trust error is shown. For reference, here's my output (on
>> macOS Sequoia 15.2):
>>
>> ❯ pkgutil --check-signature daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
>> Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg":
>> Status: signed by a developer certificate issued by Apple for distribution
>> Notarization: trusted by the Apple notary service
>> Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
>> Certificate Chain:
>> 1. Developer ID Installer: Input Output HK Limited (89TW38X994)
>> Expires: 2027-02-01 22:12:15 +0000
>> SHA256 Fingerprint:
>> AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25 EA
>> D1 26 68 1B CB 0F B9 42 8E 4E
>> ------------------------------------------------------------------------
>> 2. Developer ID Certification Authority
>> Expires: 2027-02-01 22:12:15 +0000
>> SHA256 Fingerprint:
>> 7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03
>> F2 9C 88 CF B0 B1 BA 63 58 7F
>> ------------------------------------------------------------------------
>> 3. Apple Root CA
>> Expires: 2035-02-09 21:40:36 +0000
>> SHA256 Fingerprint:
>> B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
>> 68 C5 BE 91 B5 A1 10 01 F0 24
>>
>> ------------------------------
>>
>> If you want to help investigate this, could you try opening the
>> following installer (link below)? Is it trusted?
>>
>> I have created an installer with the notarization stapled to it, e.g.
>> for offline use. Normally, without a stapled notarization, macOS has to
>> consult Apple's servers. So my idea was that maybe an older OS will accept
>> *stapled* notarization?
>>
>> The new installer to test can be downloaded from our Google Drive:
>>
>> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
>> <https://drive.google.com/file/d/19ur7WwTLX8Ivbb9kl9GhJ9x2wf--2v7Z/view>
>>
>> It is also signed with the IOHK key (89TW38X994), so the source of the
>> download doesn’t matter, in case you were worried about it being Google
>> Drive.
>>
>> Before (or even without) opening, you can run pkgutil --check-signature
>> daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg — I
>> would be very grateful for this output, too. Does it contain Notarization:
>> trusted by the Apple notary service?
>>
>> Thanks for all the help. 🙏
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#3263 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/BNUK7J7B46BVSUPJ7IEWK532GMSCPAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJVGY4TANJRGM>
>> .
>> You are receiving this because you were mentioned.Message ID:
>> ***@***.***>
>>
>
|
@kirk-bit hey, thanks, I see that you sent the output on a non-stapled installer twice:
Could you also download the new daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
|
Hi Michal. I tried the stapled version, and unfortunately, the result is
similar. Please see below.
*spctl:*
***@***.*** Downloads % spctl -a
~/Downloads/daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
/Users/kirkkiller/Downloads/daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg:
rejected
*check sig:*
***@***.*** Downloads % pkgutil --check-signature
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
Package "daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg":
Status: signed by a developer certificate issued by Apple for
distribution
Signed with a trusted timestamp on: 2024-12-12 14:16:59 +0000
Certificate Chain:
1. Developer ID Installer: Input Output HK Limited (89TW38X994)
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
AD B3 2F 8C 6F D0 2D 1F 0C 97 7C B2 92 1E 18 37 3B 45 03 4D 25 EA
D1 26 68 1B CB 0F B9 42 8E 4E
…------------------------------------------------------------------------
2. Developer ID Certification Authority
Expires: 2027-02-01 22:12:15 +0000
SHA256 Fingerprint:
7A FC 9D 01 A6 2F 03 A2 DE 96 37 93 6D 4A FE 68 09 0D 2D E1 8D 03
F2 9C 88 CF B0 B1 BA 63 58 7F
------------------------------------------------------------------------
3. Apple Root CA
Expires: 2035-02-09 21:40:36 +0000
SHA256 Fingerprint:
B0 B1 73 0E CB C7 FF 45 05 14 2C 49 F1 29 5E 6E DA 6B CA ED 7E 2C
68 C5 BE 91 B5 A1 10 01 F0 24
*Error Log:*
Process: cardano-launcher [6741]
Path: /Applications/Daedalus
Mainnet.app/Contents/MacOS/Daedalus Mainnet
Identifier: com.electron.daedalus-mainnet
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: cardano-launcher [6741]
User ID: 502
Date/Time: 2024-12-20 04:53:39.190 -0500
OS Version: macOS 11.7.10 (20G1427)
Report Version: 12
Bridge OS Version: 8.2 (21P2057)
Anonymous UUID: C1ED7E40-5E7C-4A74-BFBC-4BDC61267371
Sleep/Wake UUID: B5A1A344-C398-4223-8C74-7E58F2E2FF1F
Time Awake Since Boot: 62000 seconds
Time Since Wake: 53000 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x3] Wrong version
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @executable_path/libcharset.1.dylib
Referenced from: /Applications/Daedalus
Mainnet.app/Contents/MacOS/libiconv.dylib
Reason: Incompatible library version: libiconv.dylib requires version
2.0.0 or later, but libcharset.1.dylib provides version 1.0.0
Binary Images:
0x108da1000 - 0x10919ffff +cardano-launcher (0)
/Applications/Daedalus Mainnet.app/Contents/MacOS/cardano-launcher
0x1095ff000 - 0x109613fff +libz.dylib (0)
<DD835E7C-9C8E-3C57-9310-7ABD350A0906> /Applications/Daedalus
Mainnet.app/Contents/MacOS/libz.dylib
0x109623000 - 0x109623fff +libiconv.dylib (0)
/Applications/Daedalus Mainnet.app/Contents/MacOS/libiconv.dylib
0x109632000 - 0x1096bdfff +libgmp.10.dylib (0)
<EBE7272B-E00C-3F90-8DC7-EA90A993D708> /Applications/Daedalus
Mainnet.app/Contents/MacOS/libgmp.10.dylib
0x1096d5000 - 0x1096dbfff +libffi.8.dylib (0)
<A2BFBFA9-B3E3-3F63-87EA-007AB1307CB0> /Applications/Daedalus
Mainnet.app/Contents/MacOS/libffi.8.dylib
0x1096e9000 - 0x1097c7fff +libiconv-nocharset.dylib (0)
/Applications/Daedalus Mainnet.app/Contents/MacOS/libiconv-nocharset.dylib
0x10a47e000 - 0x10a519fff dyld (852.2)
<BD607394-9008-33B9-B98B-A5886668E52C> /usr/lib/dyld
0x7fff2029d000 - 0x7fff2029efff libsystem_blocks.dylib (79)
<F5B25F38-FC21-3BF5-A147-3B913DA098BE>
/usr/lib/system/libsystem_blocks.dylib
0x7fff2029f000 - 0x7fff202d4fff libxpc.dylib (2038.120.1.701.2)
<151C64CA-CA6F-3989-A558-796EB6ED0C11> /usr/lib/system/libxpc.dylib
0x7fff202d5000 - 0x7fff202ecfff libsystem_trace.dylib (1277.120.1)
<1F20357C-395F-3095-B525-AD9403290A92> /usr/lib/system/libsystem_trace.dylib
0x7fff202ed000 - 0x7fff2038afff libcorecrypto.dylib (1000.140.4)
<BDD3FF5E-34F8-3AC0-A05C-F9AC17C88BBF> /usr/lib/system/libcorecrypto.dylib
0x7fff2038b000 - 0x7fff203b7fff libsystem_malloc.dylib (317.140.5)
<3AB4C7E9-C49C-3EB7-9370-370F3F655024>
/usr/lib/system/libsystem_malloc.dylib
0x7fff203b8000 - 0x7fff203fcfff libdispatch.dylib (1271.120.2)
<5D824C33-C5E2-38A8-BD00-D934443DBDAB> /usr/lib/system/libdispatch.dylib
0x7fff203fd000 - 0x7fff20436fff libobjc.A.dylib (824.1)
<A0961DED-3477-3856-A6BC-CFE2475CB2F4> /usr/lib/libobjc.A.dylib
0x7fff20437000 - 0x7fff20439fff libsystem_featureflags.dylib
(28.60.1) <2BAC8770-AFC8-3FE2-B6C6-27CE44B2B2BA>
/usr/lib/system/libsystem_featureflags.dylib
0x7fff2043a000 - 0x7fff204c2fff libsystem_c.dylib (1439.141.1)
<BC8BCEEA-CA52-32C7-9FF5-E444CF9EF66A> /usr/lib/system/libsystem_c.dylib
0x7fff204c3000 - 0x7fff20518fff libc++.1.dylib (905.6)
<5BA6B5ED-7842-3B13-86B0-00EB511CE2FE> /usr/lib/libc++.1.dylib
0x7fff20519000 - 0x7fff2052efff libc++abi.dylib (905.6)
<B96FC1DD-0056-3E11-862A-C0BB8239FEA0> /usr/lib/libc++abi.dylib
0x7fff2052f000 - 0x7fff2055efff libsystem_kernel.dylib
(7195.141.49.702.12) <BA061E84-6D44-3037-832D-E86D783FA917>
/usr/lib/system/libsystem_kernel.dylib
0x7fff2055f000 - 0x7fff2056afff libsystem_pthread.dylib
(454.120.2.700.1) <409239A7-2E4E-31C7-87EB-EE50B7981204>
/usr/lib/system/libsystem_pthread.dylib
0x7fff2056b000 - 0x7fff205a6fff libdyld.dylib (852.2)
<FD8DB5BC-F199-3524-9DC4-DAEC0E94712F> /usr/lib/system/libdyld.dylib
0x7fff205a7000 - 0x7fff205b0fff libsystem_platform.dylib
(254.80.2) <52A77346-8AA5-3BB7-906D-C7503B491CF9>
/usr/lib/system/libsystem_platform.dylib
0x7fff205b1000 - 0x7fff205dcfff libsystem_info.dylib (542.40.4)
<406353B2-E48A-3D20-B08F-0AB26ED8A0B3> /usr/lib/system/libsystem_info.dylib
0x7fff229ae000 - 0x7fff229b7fff libsystem_darwin.dylib
(1439.141.1) <75592BEC-777B-381F-8C07-15B8A4C712A7>
/usr/lib/system/libsystem_darwin.dylib
0x7fff22dcd000 - 0x7fff22dd8fff libsystem_notify.dylib (279.40.4)
<02E22D9D-01E2-361C-BB9A-B5BE18D28280>
/usr/lib/system/libsystem_notify.dylib
0x7fff24d64000 - 0x7fff24d72fff libsystem_networkextension.dylib
(1295.140.4.701.1) <9C5A85AC-C593-34FD-8481-5CFC05DE3897>
/usr/lib/system/libsystem_networkextension.dylib
0x7fff24dd1000 - 0x7fff24de7fff libsystem_asl.dylib (385.0.2)
<88F4051D-1CF5-314E-A952-247C38996E16> /usr/lib/system/libsystem_asl.dylib
0x7fff264b0000 - 0x7fff264b7fff libsystem_symptoms.dylib
(1431.140.1) <E9CB193F-260B-3835-B76E-A2209343FA1E>
/usr/lib/system/libsystem_symptoms.dylib
0x7fff284bf000 - 0x7fff284cffff libsystem_containermanager.dylib
(318.100.4.700.1) <45445167-AFC7-3406-A858-9AE8D8F45907>
/usr/lib/system/libsystem_containermanager.dylib
0x7fff291d4000 - 0x7fff291d7fff libsystem_configuration.dylib
(1109.140.1) <53B71513-3009-3A8C-A5AA-9C15DD0AB54E>
/usr/lib/system/libsystem_configuration.dylib
0x7fff291d8000 - 0x7fff291dcfff libsystem_sandbox.dylib
(1441.141.13.701.2) <1E19BC49-484C-32BB-8BB7-99D41C63F86E>
/usr/lib/system/libsystem_sandbox.dylib
0x7fff29ece000 - 0x7fff29ed0fff libquarantine.dylib (119.40.4)
<21C63859-6DFB-3463-9ADF-BB44FB28067C> /usr/lib/system/libquarantine.dylib
0x7fff2a479000 - 0x7fff2a47dfff libsystem_coreservices.dylib
(127.1) <6D84FA08-CB2B-34E1-9AB4-A54E82CB9161>
/usr/lib/system/libsystem_coreservices.dylib
0x7fff2a68d000 - 0x7fff2a6d4fff libsystem_m.dylib (3186.100.3)
<1836B380-C579-3195-BC3F-77404D432186> /usr/lib/system/libsystem_m.dylib
0x7fff2a6d6000 - 0x7fff2a6dbfff libmacho.dylib (980)
<F7BDAFE5-4E49-39DD-8F94-CD5E49C91A90> /usr/lib/system/libmacho.dylib
0x7fff2a6f8000 - 0x7fff2a703fff libcommonCrypto.dylib
(60178.120.3) <B057F752-3057-394D-A3F6-AA11A04A6392>
/usr/lib/system/libcommonCrypto.dylib
0x7fff2a704000 - 0x7fff2a70efff libunwind.dylib (201)
<9D6A6228-8DC3-3521-B458-4EDE4A9F5E65> /usr/lib/system/libunwind.dylib
0x7fff2a70f000 - 0x7fff2a716fff liboah.dylib (203.58)
<AC9E8A76-FCAA-3F97-802A-D22EF770463B> /usr/lib/liboah.dylib
0x7fff2a717000 - 0x7fff2a721fff libcopyfile.dylib (173.40.2)
<BD7EAE7B-28C1-36DF-96B8-F506D50DFF28> /usr/lib/system/libcopyfile.dylib
0x7fff2a722000 - 0x7fff2a729fff libcompiler_rt.dylib (102.2)
<BA910DC2-C697-3DAD-9A70-7C8CD5217AC3> /usr/lib/system/libcompiler_rt.dylib
0x7fff2a72a000 - 0x7fff2a72cfff libsystem_collections.dylib
(1439.141.1) <21F2EF42-56ED-3E0F-9C29-94E0888DC52C>
/usr/lib/system/libsystem_collections.dylib
0x7fff2a72d000 - 0x7fff2a72ffff libsystem_secinit.dylib (87.60.1)
<E976428F-F9E2-334B-AA91-9AAD40234718>
/usr/lib/system/libsystem_secinit.dylib
0x7fff2a730000 - 0x7fff2a732fff libremovefile.dylib (49.120.1)
<5AC9F8EC-F0E8-3D8A-ADB5-96B5FB581896> /usr/lib/system/libremovefile.dylib
0x7fff2a733000 - 0x7fff2a733fff libkeymgr.dylib (31)
<9FBE08F6-0679-3976-AFDC-1EAF40C3958F> /usr/lib/system/libkeymgr.dylib
0x7fff2a734000 - 0x7fff2a73bfff libsystem_dnssd.dylib (1310.140.1)
<8C4D6C93-285F-3587-A986-5BB96A1C664F> /usr/lib/system/libsystem_dnssd.dylib
0x7fff2a73c000 - 0x7fff2a741fff libcache.dylib (83)
<56DCEFF5-111E-32FD-B4E9-E148507C4FEC> /usr/lib/system/libcache.dylib
0x7fff2a742000 - 0x7fff2a743fff libSystem.B.dylib (1292.120.1)
<A8E7368E-58FA-31E5-8D4D-FC2FED6100E6> /usr/lib/libSystem.B.dylib
0x7fff2db4a000 - 0x7fff2db4afff liblaunch.dylib (2038.120.1.701.2)
<B79B00B1-954F-3EC4-9E22-A24E25CAE88D> /usr/lib/system/liblaunch.dylib
0x7fff2ffe6000 - 0x7fff2ffe6fff
libsystem_product_info_filter.dylib (8.40.1)
<BB06C92C-6BD7-310C-A176-DC0DCE8D9F2B>
/usr/lib/system/libsystem_product_info_filter.dylib
Model: MacBookPro16,1, BootROM 2020.61.1.0.0 (iBridge: 21.16.2057.0.0,0), 8
processors, 8-Core Intel Core i9, 2.3 GHz, 16 GB, SMC
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630,
spdisplays_builtin
Graphics: kHW_AMDRadeonPro5500MItem, AMD Radeon Pro 5500M,
spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2667 MHz, Micron,
8ATF1G64HZ-2G6E1
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2667 MHz, Micron,
8ATF1G64HZ-2G6E1
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0:
Aug 10 2021 20:10:47 version 9.30.444.18.32.5.71 FWID 01-30b2601e
Bluetooth: Version 8.0.5d7, 3 services, 25 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB3.1 Hub
USB Device: USB 10/100/1000 LAN
USB Device: USB3.1 Hub
USB Device: USB 3.1 Bus
USB Device: USB2.1 Hub
USB Device: USB 2.0 Hub
USB Device: USB2.1 Hub
USB Device: Apple T2 Bus
USB Device: Composite Device
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5
On Fri, Dec 20, 2024 at 4:28 AM Michal Rus ***@***.***> wrote:
@kirk-bit <https://github.com/kirk-bit> hey, thanks, I see that you sent
the output on a non-stapled installer *twice*:
pkgutil --check-signature daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin.pkg
Could you also download the *new* -stapled.pkg version, and run the
command on it, too? 🙏
daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-*stapled*.pkg
<https://drive.google.com/file/d/19ur7WwTLX8Ivbb9kl9GhJ9x2wf--2v7Z/view>
pkgutil --check-signature daedalus-7.0.2-71760-mainnet-331049f3e-x86_64-darwin-stapled.pkg
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7J5FOHOCL6QEPAXWLN32GPPMTAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWGYYDQMRTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Okay, I'm also getting The issue you're seeing now (i.e. Question: were you able to install the |
Okay sounds good. Yes, I was able to install the stapled version just by
double clicking. Thx!
…On Fri, Dec 20, 2024, 5:58 AM Michal Rus ***@***.***> wrote:
Okay, I'm also getting rejected from spctl -a, but it works on my machine
(macOS 15.1).
The issue you're seeing now (i.e. Incompatible library version:
libiconv.dylib requires version 2.0.0 or later, but libcharset.1.dylib
provides version 1.0.0) is a separate one, let's try to get notarization
and trust working first, and then look at that, if you're still willing to
help. 🙏
Question: were you able to install the -stapled.pkg *without* overriding
trust by holding Option + RightClick + Open? Did simple double click
install work for -stapled.pkg?
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7J5SUXR6JFGRHMRVEAL2GPZ37AVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWG43DSMZYHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Awesome to hear this! So the 1st issue is solved by stapling. We'll have to release 7.0.3 to solve it for everyone, but let's solve the 2nd issue first, and release both. The 2nd issue is It's confusing that it doesn't happen on my machine (or the ones of our QA). I'll analyze the log, will try to think of something, and will give you a new installer to test soon. ⏳ Thank you for the cooperation. 🙌 |
Hey, I really really appreciate the help with this! Thank you very much!!
…On Fri, Dec 20, 2024 at 6:06 AM Michal Rus ***@***.***> wrote:
Awesome to hear this! So the 1st issue is solved by stapling. We'll have
to release 7.0.3 to solve it for everyone, but let's solve the 2nd issue
first, and release both.
The 2nd issue is Incompatible library version: libiconv.dylib requires
version 2.0.0 or later, but libcharset.1.dylib provides version 1.0.0.
It's confusing that it doesn't happen on my machine (or the ones of our
QA). I'll analyze the log, will try to think of something, and will give
you a new installer to test soon. ⏳
Thank you for the cooperation. 🙌
—
Reply to this email directly, view it on GitHub
<#3263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNUK7J4BYFJ4CWM6WUCABF32GP23LAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWG44DGNRQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
FYI, I'll be on the road to New York for about 10 hours starting at 10:30
am EST. I want you to know that I may not be able to try an install for a
bit. I also want you to know I'm not trying to rush you :-).
I look forward to your next communication.
Kirk
…On Fri, Dec 20, 2024 at 6:12 AM Kirk K ***@***.***> wrote:
Hey, I really really appreciate the help with this! Thank you very much!!
On Fri, Dec 20, 2024 at 6:06 AM Michal Rus ***@***.***>
wrote:
> Awesome to hear this! So the 1st issue is solved by stapling. We'll have
> to release 7.0.3 to solve it for everyone, but let's solve the 2nd issue
> first, and release both.
>
> The 2nd issue is Incompatible library version: libiconv.dylib requires
> version 2.0.0 or later, but libcharset.1.dylib provides version 1.0.0.
>
> It's confusing that it doesn't happen on my machine (or the ones of our
> QA). I'll analyze the log, will try to think of something, and will give
> you a new installer to test soon. ⏳
>
> Thank you for the cooperation. 🙌
>
> —
> Reply to this email directly, view it on GitHub
> <#3263 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BNUK7J4BYFJ4CWM6WUCABF32GP23LAVCNFSM6AAAAABTONOXYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJWG44DGNRQGY>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Is any info yet when will be new version of Deadalus wallet ( 7.0.2) published which will solve this problem also for users which are not computer experts? |
@Nearrain, I was told the team would be working on the new release, but they haven't provided a release date yet. Additionally, the libiconv.dylib is still an active ticket with IOHK, and that's the remaining piece of this multi-part issue to my knowledge. Still, there may be additional issues I'm unaware of. |
macOS 64-bit Version: 7.0.1 of Daedalus Wallet not working on Big Sur version 11.7.10
Model: 2019 MacBookPro 16
Memory: 16 GB
Processor Name: 8-Core Intel Core i9
Processor Speed: 2.3 GHz
Free Space: 725 GB
Please see the attached error msg
The text was updated successfully, but these errors were encountered: