Reputation: 3143
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
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
Reputation: 788
Make sure that in the schemes TTCatalog is selected. It should run then....
Upvotes: 0
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