Try trashing the iPhone Simulator preferences file. When my iPhone Simulator stopped responding to keystrokes, this fixed it.
- Quit the simulator.
- Go to finder and press (command+shift+G) then navigate
~/Library/Preferences
. - Move
com.apple.iphonesimulator.plist
to the trash. - Try launching your iPhone app in the simulator again.
Related Contents:
- How to programmatically display version/build number of target in iOS app?
- iPhone Simulator location
- How to change Xcode Project name
- Cleaning up the iPhone simulator
- iPhone/iPad browser simulator? [closed]
- Sound not working in iPhone Simulator?
- Ignore Xcode warnings when using Cocoapods
- Xcode 4 – “Valid signing identity not found” error on provisioning profiles on a new Macintosh install
- Set the location in iPhone Simulator
- UITableViewHeaderFooterView: Unable to change background color
- Xcode doesn’t see my iOS device but iTunes does
- Where are ${EXECUTABLE_NAME} and ${PRODUCT_NAME} defined
- Is there a quicker / better way to clear the iPhone Simulator cache than deleting its directory?
- Crash logs generated by iPhone Simulator?
- Unable to open project… cannot be opened because the project file cannot be parsed
- How to get UITableView from UITableViewCell?
- Can’t launch my app in Instruments: At least one target failed to launch
- Read version from Info.plist
- Can’t resize UIView in IB
- Is there any limit in storing values in NSUserDefaults?
- Instruments ObjectAlloc: Explanation of Live Bytes & Overall Bytes
- Xcode 5 and iOS 7: Architecture and Valid architectures
- How to remove the last border of the last cell in UITableView?
- Ignore certain exceptions when using Xcode’s All Exceptions breakpoint
- Xcode 5 – Required plug-in not present in DVTPlugInCompatibilityUUIDs?
- How to get UITableViewCell indexPath from the Cell?
- Bundle Name, Executable Name, Product Name…anything else?
- iOS 7 UIRefreshControl tintColor not working for beginRefreshing
- Xcode 4 warning “Expression result unused” for NSURLConnection
- How to reach the current selected cell in didSelectRowAtIndexPath?
- Rename or refactor files in Xcode
- How to stop the execution of tasks in a dispatch queue?
- Open a facebook link by native Facebook app on iOS
- How can I open a Twitter tweet using the native Twitter app on iOS?
- Can’t Access Certificates, Identifiers & profiles within developer.apple.com
- Xcode not compiling any project? ‘clang failed with exit code 255’
- How to change the bundle identifier of an app in Xcode 5?
- Determining codesigning identities from the command line?
- How to configure independent sets of runtime settings in Xcode
- How do I debug with NSLog(@”Inside of the iPhone Simulator”)?
- Command line Update of Provisioning Profiles
- Xcode4 – Build for Archiving greyed out [duplicate]
- How to download image with AFNetworking 2.0?
- How do I know when safe to ignore __cxa_throw on an All Exceptions breakpoint?
- Unable to process application info.plist validation at this time due to a general error (1095)
- How to check iOS app size before upload [duplicate]
- Stack trace or more info on unhandled exception in Xcode/iPhone
- Xcode – iPhone – profile doesn’t match any valid certificate-/private-key pair in the default keychain
- “Failed to upload *.app on Device ” Error in iPhone
- How do I change the product name within an Xcode project?