You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to compile MumbleKit in two different projects, once just importing the mumbleKit library and another time by copying it. All subtargets were appropriately produced. Yet, when I try to link the library with my 64 bits app, as requested by Apple, in the second project I get en error considering all calls to the methods of the library as Undefined symbols for architecture x86_64: . Nothing of the kind happened in the first project, even if that could be by chance or I could have forgotten about it. I set the compilation to not just compile for the active architecture as suggested, but yet the 64 bit version of Mumble Kit seems not to be made available for use to the linker.
The text was updated successfully, but these errors were encountered:
I managed to compile MumbleKit in two different projects, once just importing the mumbleKit library and another time by copying it. All subtargets were appropriately produced. Yet, when I try to link the library with my 64 bits app, as requested by Apple, in the second project I get en error considering all calls to the methods of the library as Undefined symbols for architecture x86_64: . Nothing of the kind happened in the first project, even if that could be by chance or I could have forgotten about it. I set the compilation to not just compile for the active architecture as suggested, but yet the 64 bit version of Mumble Kit seems not to be made available for use to the linker.
The text was updated successfully, but these errors were encountered: