We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please help prevent duplicate issues before submitting a new one:
I downloaded the repo and ran xcodebuild to build the framework.
xcodebuild
I expected to be able to run the function.
I got this error message: 'DownView' is unavailable: cannot find Swift declaration for this class when I used the DownView() function.
'DownView' is unavailable: cannot find Swift declaration for this class
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Fixed it, didn't know how Pods worked.
No branches or pull requests
Please help prevent duplicate issues before submitting a new one:
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.The text was updated successfully, but these errors were encountered: