FelipeDev.-
FelipeDev.-

Reputation: 3143

TTCatalog (Three20) wont run

I'm trying to run the Three20 sample app TTCatalog. Its compile without errors, but I cant install it in my iPHone or Simulator, it just wont run. I try using Cmd + R, but nothing. Then I go to product to make it run from there, but the Run word is not able to use it. I suppose that I set something in te project to make it works, but I dont know what it is.

I have XCode 4.1 on OS X Lion. And I download the project from GitHub (https://github.com/facebook/three20) in a zip file.

Any help will be very appreciate :)

Upvotes: 1

Views: 1424

Answers (4)

jtianling
jtianling

Reputation: 1997

Try menu product-->manage schemes-->add and select current sample project, TTCatalog

Run again.

Like Simon Lee said, it's a target problem things, just because Three20 didn't add the sample's target default, maybe for a clean library config.

Upvotes: 1

iOS_Passion
iOS_Passion

Reputation: 788

Make sure that in the schemes TTCatalog is selected. It should run then....

Upvotes: 0

Rahul Chavan
Rahul Chavan

Reputation: 510

Try to Clean & Build. set the target to "TTCatalog"

Upvotes: 0

Simon Lee
Simon Lee

Reputation: 22334

Make sure the target is the test application and not the library itself, if you have the library selected then you can build but the run will be disabled.

Upvotes: 4

Related Questions