0

The example code on the Apple documentation for detecting still images only has Swift example code.

Most tutorials seem to be in Swift and indicate to just "import Vision" in the header, but do not explain how to get the compiler to identify Vision is enabled.

How can I use the Vision framework with Objective-C?

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
D114
  • 31
  • 5

1 Answers1

0

I figured it out. In XCode select your target project, under the General tab in the Frameworks, Libraries, and Embedded Content section press the add button. From there you can add the Vision framework to your project.

D114
  • 31
  • 5