linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Include liblinphone in an iOS App


From: Leonardo Cecilia
Subject: Re: [Linphone-developers] Include liblinphone in an iOS App
Date: Fri, 14 Sep 2012 12:54:57 -0300

Thank you very much. It resolved my problem! I really appreciate your help.

Regards,
Leonardo. 

On Fri, Sep 7, 2012 at 5:36 AM, Ramon Poca <address@hidden> wrote:
Beware if you are building with the linker -load_all flag. We had a similar problem due to duplicate symbols in some of linphone's third party libraries. 

The solution is not to use -load_all, which loads all symbols from all libraries wether they are needed or not, but rather -force_load only the libraries that require it (mostly ObjC categories). 

PS: load_all or load-all, check the exact syntax… ;)

Ramon Poca

El 04/09/2012, a les 0:50, Leonardo Cecilia <address@hidden> va escriure:
Hi,

I'm trying to include liblinphone in an iOS App. My app has one Xcode project which has one more internal project. That internal project manages the communications and other low level resources. I included liblinphone in the internal project and it worked well, I mean I could build it.
Now I'm having an issue, when I try to build the main project, it doesn't build. I get the following errors:

Duplicate symbol _ff_inverse in /Users/user/Library/Developer/Xcode/DerivedData/PD-ebehdxmgbtgbtlbjdlkqtkrghpsw/Build/Products/Debug-iphoneos/libOtoRemoteMixerLib.a(inverse.o) and /Users/user/Library/Developer/Xcode/DerivedData/PD-ebehdxmgbtgbtlbjdlkqtkrghpsw/Build/Products/Debug-iphoneos/libOtoRemoteMixerLib.a(inverse.o) for architecture armv7

Command /DeveloperPlatforms/iPhoneOS.platform/Developer/usr/bin/clang++ failed with exit code 1


Thanks in advance,
Leo.
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers




--
Leonardo Cecilia | Software Developer

E. Frugoni 1167 / 8
Montevideo - Uruguay
T: +598 2410 5620
www.otoharmonics.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]