iphone - Errors while integrating Funambol SDK into my iOS app -
i have application in integrating funambol sdk. when build code, there error no such file or directory. had add these files xcode, still shows file missing i.e., in red color. see attached screenshot:
please me solve problem.
thanks in advance!
delete files project folder , delete references xcode. add them again. make sure you've enabled checkbox "copy items destination group's folder" if want have them stored project.

edit
your problem has nothing xcode or "file not found" problems. funambol sdk looks big mess. recent version ios seems at:
svn://svn.code.sf.net/p/funambol/code/apple-clients/branches/iphone/v12.1
there's (obviously outdated) how_to_build.txt file, isn't help.
you may use xcode project @ funambol-sdk/build/mac/libfunambol.xcodeproj instead build libfunambol.a.
if you're looking example how integrate lib in app, iphonemediahub.xcodeproj may starting point. however, integrating complex projects/libraries 1 require fair bit of knowledge , funambol developers have done better job providing easy-to-integrate framework.
Comments
Post a Comment