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?
Asked
Active
Viewed 121 times
-1
-
1Does [this](https://stackoverflow.com/q/3352664/5133585) answer your question? – Sweeper Sep 03 '21 at 10:26
-
Nope, I tried everything nothing work – Avi Rok Sep 03 '21 at 11:08
-
1What did you try? And *how* did it not work? – Sweeper Sep 03 '21 at 11:10
-
Try to import MediaRemote framework and MediaRemote.h Xcode did not found the framework – Avi Rok Sep 04 '21 at 20:46
1 Answers
0
- Add a MediaRemote.h and MediaRemote framework to your project
- Add Objective-C bridge for your project
- Add #import "MediaRemote.h" on the bridge file

Avi Rok
- 550
- 1
- 4
- 7