views:

390

answers:

2

Hi all,

After following all the instructions on http://three20.info/setup/existing to integrate three20 library into my project. I'm getting this linking error:

duplicate symbol _TTCreateNonRetainingArray in /test XYZ Photos App/Three20/Build/Products/Debug-iphonesimulator/libThree20Core.a(TTGlobalCore.o) and /test XYZ Photos App/Three20/Build/Products/Debug-iphonesimulator/libThree20.a(TTGlobalCore.o) 

Can anybody please help me make out this?

Thanx in advance.

+3  A: 

Ok, after hours of figuring, I was able to solve this.. The answer is Three20 won't compile if your project is inside any parent folder with a space character.

neha
Hi i want your help for integrating photoViewer from three20 framework. i integrated the code in my sample project. But images are not loaded and scrollView also not scrolling? Need a urgent help ?Can you reply on [email protected]. Very urgent need ..thanks in advanced ?
sandy
Did you check this http://mobile.tutsplus.com/tutorials/iphone/iphone-sdk-creating-a-photo-gallery-with-three20/? I've taken help from this to integrate ttPhotoViewer in my app. I hope this helps.
neha
A: 

When i was using the samples I met that problem, but there was no space in the name of my project folder. So i just downloaded a new project and compile correctly.

Jackie