-
Notifications
You must be signed in to change notification settings - Fork 30
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
protobuf error on iOS #50
Comments
Wowzers, that is a big call stack. How are you building the opus codec for iOS? |
Thank you for your comment! I build opus on macOS with xcode 12.4, opus 1.3 maybe Do you think is there easy way to solve it?? Like disable code generation of protobuf.. Thank you again! |
Doing some research, it seems that the issue is that reflection isn't supported on ios, and that's what is used in your call stack. Also, adding opus for iOS has been on this project's TODO list for a long time, if you can get this working please consider making a PR and adding the compiled opus library for iOS, would be helpful for others. |
Thanks a lot for your help! Hava a good day BananaHemic! |
I just make PR with ios opus codec.
and I had to add assets/link.xml
because of error with code strip in unity |
Did adding the link.xml file solve the problem? Thanks for the PR! I'll merge it once we get your system running on iOS |
No adding link.xml for other error (method not found exception) I tried protobuf-unity on mumble unity, |
Well I'm here to help you out 😄 Can you first get protobuf-unity compiling in a brand new project? Once that's running on iOS, then we can bring in the mumble files and see what happens. |
Thank you for your great job!
Im using Mumble-Unity on iOS, Android.
Android works great but iOS I had to build opus codec .
After that I got this error, I think it has problem with Protobuf.(on google, people say it's related with protobuf code generation)
I'm new at protobuf so any help would be grateful
I attached my error log
The text was updated successfully, but these errors were encountered: