Mac additional steps? #51

Open
opened 2025-03-31 06:15:39 +08:00 by WoozyFace · 14 comments
WoozyFace commented 2025-03-31 06:15:39 +08:00 (Migrated from github.com)

Hi again,

What are those additional steps for MacOS? I do own both a ARM and X86 model Mac but both say that the app is not working on this version of MacOS (Catalina).

Thank you again!

Hi again, What are those additional steps for MacOS? I do own both a ARM and X86 model Mac but both say that the app is not working on this version of MacOS (Catalina). Thank you again!
bryangerlach commented 2025-03-31 08:32:28 +08:00 (Migrated from github.com)

I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator

He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it.

I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue.

I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it. I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue.
VenimK commented 2025-04-02 13:33:44 +08:00 (Migrated from github.com)

I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator

He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it.

I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue.

Indeed, i' have the builds signed with developer account. Allrady have it for Arm and intel based builds

> I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator > > He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it. > > I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue. Indeed, i' have the builds signed with developer account. Allrady have it for Arm and intel based builds
WoozyFace commented 2025-04-08 01:32:35 +08:00 (Migrated from github.com)

still no time to look in to it, but mannn I love this tool 👍

still no time to look in to it, but mannn I love this tool 👍
WoozyFace commented 2025-04-08 01:33:17 +08:00 (Migrated from github.com)

I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator
He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it.
I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue.

Indeed, i' have the builds signed with developer account. Allrady have it for Arm and intel based builds

can you share your public version perhaps?

> > I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator > > He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it. > > I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue. > > Indeed, i' have the builds signed with developer account. Allrady have it for Arm and intel based builds can you share your public version perhaps?
VenimK commented 2025-04-08 10:00:36 +08:00 (Migrated from github.com)

I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator
He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it.
I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue.

Indeed, i' have the builds signed with developer account. Allrady have it for Arm and intel based builds

can you share your public version perhaps?

Yu mean, just build a standard one 4 you ?
All builds work on mine also
tested them yesterday

> > > I have no idea about the MacOS clients. The code to generate the apple clients was added by another user. You can check out his fork https://github.com/VenimK/creator > > > He might have updates that he hasn't added to my generator yet. His generator may work for mac, I think he might sign the dmg file which might be why mine is not working. It looks like he might have removed the link to his generator from his github, maybe he doesn't host it anymore. Unfortunately I have no apple devices to test anything with my generator. I am not familiar with how mac handles unsigned code, there might be a setting to allow it. > > > I am currently looking into adding the x86 mac clients to the generator. The one right now is for arm64. I will also look into adding code signing to the dmg since this is potentially the issue. > > > > > > Indeed, i' have the builds signed with developer account. Allrady have it for Arm and intel based builds > > can you share your public version perhaps? Yu mean, just build a standard one 4 you ? All builds work on mine also tested them yesterday
bryangerlach commented 2025-04-08 19:30:46 +08:00 (Migrated from github.com)

I think they are just looking for the URL of your client builder.

On Mon, Apr 7, 2025, 9:00 PM VenimK @.***> wrote:

I have no idea about the MacOS clients. The code to generate the apple
clients was added by another user. You can check out his fork
https://github.com/VenimK/creator
He might have updates that he hasn't added to my generator yet. His
generator may work for mac, I think he might sign the dmg file which might
be why mine is not working. It looks like he might have removed the link to
his generator from his github, maybe he doesn't host it anymore.
Unfortunately I have no apple devices to test anything with my generator. I
am not familiar with how mac handles unsigned code, there might be a
setting to allow it.
I am currently looking into adding the x86 mac clients to the generator.
The one right now is for arm64. I will also look into adding code signing
to the dmg since this is potentially the issue.

Indeed, i' have the builds signed with developer account. Allrady have it
for Arm and intel based builds

can you share your public version perhaps?

Yu mean, just build a standard one 4 you ?


Reply to this email directly, view it on GitHub
https://github.com/bryangerlach/rdgen/issues/51#issuecomment-2785036071,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAJSM7ZULFPLWG2HQKOD5VL2YMUVVAVCNFSM6AAAAAB2C7AA5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOBVGAZTMMBXGE
.
You are receiving this because you commented.Message ID:
@.***>
[image: VenimK]VenimK left a comment (bryangerlach/rdgen#51)
https://github.com/bryangerlach/rdgen/issues/51#issuecomment-2785036071

I have no idea about the MacOS clients. The code to generate the apple
clients was added by another user. You can check out his fork
https://github.com/VenimK/creator
He might have updates that he hasn't added to my generator yet. His
generator may work for mac, I think he might sign the dmg file which might
be why mine is not working. It looks like he might have removed the link to
his generator from his github, maybe he doesn't host it anymore.
Unfortunately I have no apple devices to test anything with my generator. I
am not familiar with how mac handles unsigned code, there might be a
setting to allow it.
I am currently looking into adding the x86 mac clients to the generator.
The one right now is for arm64. I will also look into adding code signing
to the dmg since this is potentially the issue.

Indeed, i' have the builds signed with developer account. Allrady have it
for Arm and intel based builds

can you share your public version perhaps?

Yu mean, just build a standard one 4 you ?


Reply to this email directly, view it on GitHub
https://github.com/bryangerlach/rdgen/issues/51#issuecomment-2785036071,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAJSM7ZULFPLWG2HQKOD5VL2YMUVVAVCNFSM6AAAAAB2C7AA5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOBVGAZTMMBXGE
.
You are receiving this because you commented.Message ID:
@.***>

I think they are just looking for the URL of your client builder. On Mon, Apr 7, 2025, 9:00 PM VenimK ***@***.***> wrote: > I have no idea about the MacOS clients. The code to generate the apple > clients was added by another user. You can check out his fork > https://github.com/VenimK/creator > He might have updates that he hasn't added to my generator yet. His > generator may work for mac, I think he might sign the dmg file which might > be why mine is not working. It looks like he might have removed the link to > his generator from his github, maybe he doesn't host it anymore. > Unfortunately I have no apple devices to test anything with my generator. I > am not familiar with how mac handles unsigned code, there might be a > setting to allow it. > I am currently looking into adding the x86 mac clients to the generator. > The one right now is for arm64. I will also look into adding code signing > to the dmg since this is potentially the issue. > > Indeed, i' have the builds signed with developer account. Allrady have it > for Arm and intel based builds > > can you share your public version perhaps? > > Yu mean, just build a standard one 4 you ? > > — > Reply to this email directly, view it on GitHub > <https://github.com/bryangerlach/rdgen/issues/51#issuecomment-2785036071>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAJSM7ZULFPLWG2HQKOD5VL2YMUVVAVCNFSM6AAAAAB2C7AA5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOBVGAZTMMBXGE> > . > You are receiving this because you commented.Message ID: > ***@***.***> > [image: VenimK]*VenimK* left a comment (bryangerlach/rdgen#51) > <https://github.com/bryangerlach/rdgen/issues/51#issuecomment-2785036071> > > I have no idea about the MacOS clients. The code to generate the apple > clients was added by another user. You can check out his fork > https://github.com/VenimK/creator > He might have updates that he hasn't added to my generator yet. His > generator may work for mac, I think he might sign the dmg file which might > be why mine is not working. It looks like he might have removed the link to > his generator from his github, maybe he doesn't host it anymore. > Unfortunately I have no apple devices to test anything with my generator. I > am not familiar with how mac handles unsigned code, there might be a > setting to allow it. > I am currently looking into adding the x86 mac clients to the generator. > The one right now is for arm64. I will also look into adding code signing > to the dmg since this is potentially the issue. > > Indeed, i' have the builds signed with developer account. Allrady have it > for Arm and intel based builds > > can you share your public version perhaps? > > Yu mean, just build a standard one 4 you ? > > — > Reply to this email directly, view it on GitHub > <https://github.com/bryangerlach/rdgen/issues/51#issuecomment-2785036071>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAJSM7ZULFPLWG2HQKOD5VL2YMUVVAVCNFSM6AAAAAB2C7AA5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOOBVGAZTMMBXGE> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
VenimK commented 2025-04-08 20:12:48 +08:00 (Migrated from github.com)

I think they are just looking for the URL of your client builder.

https://creator.nas86.eu/

> I think they are just looking for the URL of your client builder. > […](#) https://creator.nas86.eu/
Draakoor commented 2025-04-16 15:34:19 +08:00 (Migrated from github.com)

any updates on this?

any updates on this?
VenimK commented 2025-04-16 15:49:56 +08:00 (Migrated from github.com)

Aarch64 working. X86 no go still

Aarch64 working. X86 no go still
Draakoor commented 2025-04-16 17:48:06 +08:00 (Migrated from github.com)
Image

Is there anything different to windows and linux (tried to generate with my own instance)
http is also not working

<img width="762" alt="Image" src="https://github.com/user-attachments/assets/ba8f1b3b-9def-4dfa-b5e4-528b1fc5695c" /> Is there anything different to windows and linux (tried to generate with my own instance) http is also not working
Draakoor commented 2025-04-17 14:44:21 +08:00 (Migrated from github.com)

any advice?

any advice?
WoozyFace commented 2025-04-18 16:45:56 +08:00 (Migrated from github.com)

Why is this closed?

Also why aren't we just use a wine wrapper or similar on macOS?

Image

Ohh sad....

Why is this closed? Also why aren't we just use a wine wrapper or similar on macOS? ![Image](https://github.com/user-attachments/assets/467f7e0f-fd32-45d9-b476-6b2b71f845e8) Ohh sad....
bryangerlach commented 2025-04-18 22:59:07 +08:00 (Migrated from github.com)

I closed this because I have no idea how to do anything about it. I do not have a Mac, and I have no way of testing or figuring this out. Have you tried any online searches for how to run unsigned code on Mac?

I closed this because I have no idea how to do anything about it. I do not have a Mac, and I have no way of testing or figuring this out. Have you tried any online searches for how to run unsigned code on Mac?
sebaxakerhtc commented 2025-06-17 18:21:09 +08:00 (Migrated from github.com)

I closed this because I have no idea how to do anything about it. I do not have a Mac, and I have no way of testing or figuring this out. Have you tried any online searches for how to run unsigned code on Mac?

There's no problems.
In terminal:
sudo spctl --master-disable
and then Ctrl + click => Open

My problem is rdgen fails in 90% MacOS buildings. I have only a single successfuly builded app and use it, but every day I try to reproduuce it :)

@bryangerlach
Image

> I closed this because I have no idea how to do anything about it. I do not have a Mac, and I have no way of testing or figuring this out. Have you tried any online searches for how to run unsigned code on Mac? There's no problems. In terminal: `sudo spctl --master-disable` and then Ctrl + click => Open My problem is rdgen fails in 90% MacOS buildings. I have only a single successfuly builded app and use it, but every day I try to reproduuce it :) @bryangerlach ![Image](https://github.com/user-attachments/assets/cb3c46d5-6e08-48d9-baab-8365fcbac274)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#51