-1

I'm working on an app for macOS that need to use MediaRemote framework (private framework) How can I import the MediaRemote framework to my project?

Avi Rok
  • 550
  • 1
  • 4
  • 7

1 Answers1

0
  1. Add a MediaRemote.h and MediaRemote framework to your project
  2. Add Objective-C bridge for your project
  3. Add #import "MediaRemote.h" on the bridge file
Avi Rok
  • 550
  • 1
  • 4
  • 7