Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

M1 Mac Support #152

Open
Lucasfranz123321 opened this issue Dec 20, 2020 · 7 comments
Open

M1 Mac Support #152

Lucasfranz123321 opened this issue Dec 20, 2020 · 7 comments

Comments

@Lucasfranz123321
Copy link

Are there any plans to support m1 Macs? Or is there a way to install the normal version. When I try to install the IPA I get a not trusted developer prompt

@tanner02
Copy link

Try this

Double-click the IPA, it installs the app in your Applications folder.

  1. However, this will not initially work if you try and open it. You'll need to use Terminal and use xattr to recursively go through and change the permissions. I had to do this with sudo. So it looked something like this:

sudo xattr -rd com.apple.quarantine [path to the app]

Once you do this, you should be able to open the app.

@OatmealDome
Copy link
Owner

If the above doesn't work, it's probably because macOS only allows apps from the App Store to be installed. There might be a workaround like disabling AMFI or something, but I don't have an M1 Mac so I'm not sure if I can be any help.

@Lucasfranz123321
Copy link
Author

Try this

Double-click the IPA, it installs the app in your Applications folder.

  1. However, this will not initially work if you try and open it. You'll need to use Terminal and use xattr to recursively go through and change the permissions. I had to do this with sudo. So it looked something like this:

sudo xattr -rd com.apple.quarantine [path to the app]
Once you do this, you should be able to open the app.

This didn’t work...
Too bad. If you guys have other ideas I’m happy to try it out. Otherwise thanks for the effort anyways

@Lucasfranz123321
Copy link
Author

Well DolphinIOS now launches through AppDB installing it through Rickpactor (https://appdb.to).
Although the App launches, it only does without internet for me. And Dolphin gives me this screen. Any ideas?

Bildschirmfoto 2021-01-14 um 10 07 52

@Simonx22
Copy link
Collaborator

Simonx22 commented Jan 14, 2021

FYI there is now a PR for M1 support on the upstream Dolphin: dolphin-emu/dolphin#9441
Hopefully it’ll be merged in the future to allow Dolphin to run on M1 Macs natively.

@Lucasfranz123321
Copy link
Author

Oh nice is there a way to download it / test it already?

@Simonx22
Copy link
Collaborator

You could self compile the pull request, or wait until it’s merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants