imxieyi / waifu2x-mac

Waifu2x-ios port to macOS, still in Core ML and Metal
MIT License
445 stars 47 forks source link

It always build failed. #23

Closed fisheva closed 3 years ago

fisheva commented 4 years ago

After the first build, I seem to have deleted the build folder by mistake(Combined with 2# floor, I seem to have never built successfully). I want to use build.sh to build again, but after dragging build.sh to Terminal, it always only executes the last operation to delete all files.

WX20200923-142310@2x

How to use build.sh to rebuild APP?

fisheva commented 4 years ago

I changed a path to git clone this repository, and then dragged build.sh into Terminal, press the Return button, but it still always build failed and gave no reason. image

My OS: MacOS Catalina, version 10.15.6. Xcode 12.2 beta.

In addition, I really don’t understand the meaning of build Option B. So I have been trying Option A.

imxieyi commented 4 years ago

Did you try to open Xcode (double click waifu2x-mac.xcodeproj) and build from the GUI?

fisheva commented 4 years ago

I opened 'waifu2x-mac.xcodeproj' with Xcode. Clicked the play button. It said "build succeeded", but I did not find the newly generated app(or anything else) in the folder? It seemed nothing happened.

WX20200925-082511@2x

I clicked the play button a few more times, but still nothing new was generated.

imxieyi commented 4 years ago

You should select the scheme waifu2x-mac-app or waifu2x-mac-cli based on what you need. You can find all schemes on the tool bar with waifu2x-mac button

fisheva commented 4 years ago

Great! Finally, the app came out. Thanks! iShot2020-09-25 17 56 45

A few more questions:

1, I rummaged through all the waifu2x-mac-app options but didn't find the same setting options before conversion as on the website? How to set these options on the APP?

WX20200925-175324@2x

2, After the waifu2x-mac-app was built, can I delete the Xcode? Since Xcode's size is too large.

imxieyi commented 3 years ago

1, I rummaged through all the waifu2x-mac-app options but didn't find the same setting options before conversion as on the website? How to set these options on the APP?

These options was just added in 9eacfa5.

2, After the waifu2x-mac-app was built, can I delete the Xcode? Since Xcode's size is too large.

Yes. I'll try to set up CI to provide pre-built binaries.