mumble-voip / mumblekit

Objective-C-based Mumble client framework for iOS and Mac OS X
http://mumble-voip.github.com/mumblekit/
BSD 3-Clause "New" or "Revised" License
154 stars 70 forks source link

Undefined symbols for architecture x86_64 #38

Open fbartolom opened 9 years ago

fbartolom commented 9 years ago

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.

mkrautz commented 9 years ago

@fbartolom I've been wanting to reply to your forum thread, but I don't have my login credentials to the forum sorted out.

I will check this out as soon as I have time...