Reputation: 8969
So I am trying to run the example xcode project here. However, I can't seem to run this. When I press run it just says build succeeded and didn't launch the app? Any idea why?
Upvotes: 0
Views: 224
Reputation: 14633
Who do you think you are, just asking us to run random code on our...oh alright, just this once. The example ran for me. Be sure to set it to run on the simulator.
Upvotes: 0
Reputation: 35384
Run GMGridViewExample.xcodeproj, the other project just builds a static library.
Upvotes: 2
Reputation: 647
Simply change target from GridView to GridViewExample (right next to run stop buttons). Enjoy
Upvotes: 2
Reputation: 53551
The GMGridView project builds a library, not an app, so there's nothing to run. There's also an Example project included which builds an app.
Upvotes: 3