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:

enter image description here 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.

xcode copy files when adding 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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -