Collectives on Stack Overflow. Learn more. Asked 6 years, 6 months ago. Active 3 years, 11 months ago. Viewed 19k times. Improve this question. Did you find any solution? I have the same problem.
Not yet. I tried below answer but nothing is working out for me. Solved this issue. See my answer. Add a comment. Active Oldest Votes. Improve this answer. Tingasaurus Tingasaurus 91 2 2 bronze badges. Droppy Droppy 9, 1 1 gold badge 18 18 silver badges 27 27 bronze badges. Try add libGGLCore. New issue. Jump to bottom. Copy link. If you have them, make sure to include: Xcode Version: Sign up for free to join this conversation on GitHub.
Already have an account? Sign in to comment. Linked pull requests. You signed in with another tab or window. Reload to refresh your session. It is bunch of code normal user of third party framework usually prefer not to know: Each single java api call has to be wrapped into a dozen lines of code. Second approach tries to play gently for Framework customer but inside it full of workarounds for developer. Instead it registers them once running using Objective-C Runtime.
So any try to use them will lead to error during linking phase:. But it that samples there is native sublayer with these classes defined. Kind of :. Comments say to think about these classes as abstract but real purpose of these classes is just to satisfy link phase.
It works just because obj-c allows to send send selector to what ever object, the only this selector has to be present in target object. But this approach is not so good for Swift.
For beginning it is good idea to remove ugly parts: initialization of VM and framework was moved to framework support library as part of PR No need anymore to bother with xcode and pack both native and java code into framework target.
Just create framework project from template and write java code. Support library adds following function :.
0コメント