-
Notifications
You must be signed in to change notification settings - Fork 56
Linking against private frameworks? #501
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
Comments
There has been a little discussion around being able to use the So far there hasn't been a lot of work toward making this practical though. In principle, I believe it should be possible now, but it would require some modification to the The situation should improve in the next few months hopefully, once there has been more progress made toward the new dependency scanning backend. |
At some point after #345 we'll probably figure out a good way for translating headers not provided via. Xcode, then you should be able to just run |
Oops, @silvanshade beat me to it, but agree with everything they said |
My current plan is to work on improving It might be possible to do it today using Another option in the meantime would be to manually author the bindings you need using the |
I wonder if it is inside the scope of this project to be able to link against private frameworks (specifically MediaRemote) and to use them in a mostly-type-safe way.
The text was updated successfully, but these errors were encountered: