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

Error building/installing Down #69

Closed
1 task done
ghost opened this issue Feb 8, 2018 · 2 comments
Closed
1 task done

Error building/installing Down #69

ghost opened this issue Feb 8, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 8, 2018

Please help prevent duplicate issues before submitting a new one:

  • I've searched other open/closed issues for duplicates before opening up this new issue.

Report

What did you do?

I downloaded the repo and ran xcodebuild to build the framework.

What did you expect to happen?

I expected to be able to run the function.

What happened instead?

I got this error message: 'DownView' is unavailable: cannot find Swift declaration for this class when I used the DownView() function.

@ghost
Copy link
Author

ghost commented Feb 8, 2018

I've made a Pod that looks like this:

target 'Down' do
  pod 'Down', '~> 0.4'
  use_frameworks!
  platform :osx, '13.0'
end

I then copied over the Down.xcworkspace to my project and added the executable as a target. I am still getting the same error. Can you help me out?

@ghost
Copy link
Author

ghost commented Feb 8, 2018

Fixed it, didn't know how Pods worked.

@ghost ghost closed this as completed Feb 8, 2018
This issue was closed.
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

0 participants