AppMover icon indicating copy to clipboard operation
AppMover copied to clipboard

1.0 didn't build for me, but master worked

Open andreterron opened this issue 4 years ago • 0 comments

Hello!

I just wanted to share that I tried installing AppMover using Carthage. When I used version 1.0 I got an error, but when I changed to use master it worked fine. Maybe the version should be bumped up?

Here's the error message from the logs:

CompileSwift normal x86_64 (in target 'AppMover' from project 'AppMover')
<projectPath>/Carthage/Checkouts/AppMover/AppMover/Extensions.swift:30:9: error: use of unresolved identifier 'NSRunningApplication'
        NSRunningApplication.current.localizedName ?? "The App"
        ^~~~~~~~~~~~~~~~~~~~

When I noticed that the github code had another import in the Extensions file, I realized I had to get the latest code, so I changed the carthage installation to github "OskarGroth/AppMover" "master"

Let me know if I can help out in any way!

andreterron avatar Jul 26 '20 20:07 andreterron