Hello:
I have advanced to this step -> "You should now be able to build & run the app via the Product > Run menu (or hit Apple+R). The application should start as expected and show you an empty table view similar to the following".
My workspace builds successfully but the simulator does not start. I have put an NSLog statement in ApplicationDidFinishLaunching:withOptions: and that log statement is not displayed.
I have done multiple single project tutorials and they have all built and run successfully. This is the first tutorial that I am attempting with builds a workspace with CocoaPods and includes third party components such as AFNetworking and RestKit. I have researched the issue on the other sites such as StackOverflow and have been unable to correct the issue.
Thanks!
Roy