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

Couldn't lookup symbols in playground #9

Open
benceszikora opened this issue Jul 15, 2023 · 1 comment
Open

Couldn't lookup symbols in playground #9

benceszikora opened this issue Jul 15, 2023 · 1 comment

Comments

@benceszikora
Copy link

I was trying to run the example in the Readme in a playground in project that has the package as a dependency, but I'm getting the following errors:

error: Couldn't lookup symbols:
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32
  static __C.CvType.CV_8UC1.getter : Swift.Int32

Any idea why this might be? It's a brand new completely empty project.

@yeatse
Copy link
Owner

yeatse commented Jul 16, 2023

I have just created a new Xcode project using the code provided in the Readme. Feel free to run it and compare its configuration with yours to identify any differences.

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

2 participants