Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0 didn't build for me, but master worked #7

Open
andreterron opened this issue Jul 26, 2020 · 0 comments
Open

1.0 didn't build for me, but master worked #7

andreterron opened this issue Jul 26, 2020 · 0 comments

Comments

@andreterron
Copy link

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!

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

No branches or pull requests

1 participant