how to fix the issue “Command /bin/sh failed with exit code 1” in iphone
Click On Run checkbox if not selected.
Click On Run checkbox if not selected.
Where are you calling this method from? I had an issue where I was attempting to present a modal view controller within the viewDidLoad method. The solution for me was to move this call to the viewDidAppear: method. My presumption is that the view controller’s view is not in the window’s view hierarchy at the point that it has been loaded … Read more
Where are you calling this method from? I had an issue where I was attempting to present a modal view controller within the viewDidLoad method. The solution for me was to move this call to the viewDidAppear: method. My presumption is that the view controller’s view is not in the window’s view hierarchy at the point that it has been loaded … Read more
Right now my project contains 4 tabbars and in fourth tabbar i have a button,if we press that button we need to play a movie.My project is in potrate mode and am not able to rotate the mpmovieplayer to landscape.