waifu2x-video-mac icon indicating copy to clipboard operation
waifu2x-video-mac copied to clipboard

macOS prevents app from opening

Open Ishan95014 opened this issue 3 years ago • 11 comments

macOS prevents the app from opening, shows a message saying it will "damage your computer". supposed fix : right click > get info > override malware protection macOS doesoent show a message anymore but the app crashes on launch.

Seems to be a certificate problem.

I love this app, hope you can fix this !

Ishan95014 avatar Nov 28 '20 13:11 Ishan95014

After overriden the malware protection, I get a message informing me that I don't have the needed access right. Big Sur 11.1

TimApplepie avatar Dec 18 '20 00:12 TimApplepie

I get this too on Catalina. Would love to use your app but not when I get a message saying it is malware. Can you not just sign up and get a free developer account and get this app notorized? Good luck and thanks.

9SL9 avatar Jan 14 '21 23:01 9SL9

I updated to Big Sur, and it's the same situation here.

Ishan95014 avatar Jan 21 '21 19:01 Ishan95014

Hey guys, sorry for the late response. As many of you have guessed, this is an issue related to app signing. I'll try to get this issue sorted out in the coming days. Since the entire app is open source and everything should be included in the repository, for the time being, you can also try to build and run the app with Xcode.

SuperMarcus avatar Jan 22 '21 18:01 SuperMarcus

Hi, can you update the version available via the releases page with the signed version plz ? The app is unusable in the meantime, but it's really great !

Ishan95014 avatar Mar 29 '21 12:03 Ishan95014

Hey guys, sorry for the late response. As many of you have guessed, this is an issue related to app signing. I'll try to get this issue sorted out in the coming days. Since the entire app is open source and everything should be included in the repository, for the time being, you can also try to build and run the app with Xcode.

I have the same issues, I'd love to use your tool... any chances of a near-future fix?

thekryz avatar May 11 '21 19:05 thekryz

Hey guys, sorry for the late response. As many of you have guessed, this is an issue related to app signing. I'll try to get this issue sorted out in the coming days. Since the entire app is open source and everything should be included in the repository, for the time being, you can also try to build and run the app with Xcode.

I have the same issues, I'd love to use your tool... any chances of a near-future fix?

you just need to build it. If you trust me (a random stranger from the net) i can also build it for you. you can contact me on discord: Tsubajashi#8355

Tsubajashi avatar May 20 '21 09:05 Tsubajashi

Hey guys, sorry for the late response. As many of you have guessed, this is an issue related to app signing. I'll try to get this issue sorted out in the coming days. Since the entire app is open source and everything should be included in the repository, for the time being, you can also try to build and run the app with Xcode.

I have the same issues, I'd love to use your tool... any chances of a near-future fix?

you just need to build it. If you trust me (a random stranger from the net) i can also build it for you. you can contact me on discord: Tsubajashi#8355

how do I do that ? I just open the .xcodeproj file and compile ? The build fails.

Ishan95014 avatar May 20 '21 10:05 Ishan95014

Hey guys, sorry for the late response. As many of you have guessed, this is an issue related to app signing. I'll try to get this issue sorted out in the coming days. Since the entire app is open source and everything should be included in the repository, for the time being, you can also try to build and run the app with Xcode.

I have the same issues, I'd love to use your tool... any chances of a near-future fix?

you just need to build it. If you trust me (a random stranger from the net) i can also build it for you. you can contact me on discord: Tsubajashi#8355

how do I do that ? I just open the .xcodeproj file and compile ? The build fails.

if i remember correctly, i just checked that i build for the M1, and not a universal binary, and needed to put my developer account behind xcode, so it can use it to sign the application. I also disabled the Debug build, and built it for Release. if you dont have a M1 mac, maybe you should check out the project settings to build explicitly for your arch. EDIT: i can also provide a universal binary, if you want to.

Tsubajashi avatar May 20 '21 10:05 Tsubajashi

Can confirm that it will happily run on Big Sur M1 if you build and run the self signed debug app.

You don't need a paid developer account, just sign up for a free one and use that.

Follow instructions here if the idea of changing the xproj file scares you. https://stackoverflow.com/questions/43932076/how-to-build-app-on-iphone-physical-device-without-developer-account#43937695

Flowdeeps avatar Aug 24 '21 14:08 Flowdeeps

If people don't want to compile themself, a solution is also to do codesign --force --deep --sign - /path/to/Waifu2x Video.app in your preferred terminal emulator.

MacCamintosh avatar Dec 22 '21 21:12 MacCamintosh