-
Notifications
You must be signed in to change notification settings - Fork 242
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
Error compiling for tvOS - deprecated functions in lib/cdm/cdm/base/native_library_mac.mm #1590
Comments
i made a PR #1593 but idk if changes are right are you able to build and test it on osx and tvos? |
now that i think about it better my pr its not full correct |
can you post the complete sequence of commands that you use to build ISA? i was looking again, but on our CI buildings i dont see this problem on tvOS
so my suspect is that you are using a different way to build it |
Describe the problem
LoadNativeLibrary function on line 45 has portion of code on line 77:
Similarly, UnloadNativeLibrary function on line 83 has deprecated function on lines 88 & 89:
These functions are not available in tvOS and they are deprecated in macOS as of version 10.15.
More info here: https://developer.apple.com/documentation/corefoundation/1537133-cfbundleclosebundleresourcemap?language=objc
Possible fix
No response
Steps to reproduce
No response
Debug log
No Kodi log because this is a compilation issue.
Stream manifest file(s)
No response
Additional info
No response
Operating system(s)
Apple (tvOS)
Operating system version(s)
No response
InputStream Adaptive version(s)
21.4.10
Kodi version(s)
N/A - Build issue.
The text was updated successfully, but these errors were encountered: