I am developing a VoIP application on iOS using the linphone SDK. I have git linphone here ( git clone git://git.linphone.org/linphone-iphone.git --recursive ). I have successfully built. Making a test call works fine.
But I want to edit some files in linphone, for example belle-sip , linphonecore.c , linphonecall.c , etc. in Xcode. After that, I have to make the whole linphone SDK (as in README: make all , ...) so that Xcode works with the code that I edited.
Is there any other way to update the code in Xcode without rebuilding the entire linphone SDK ???
ios iphone linphone
LViet
source share