Skip to content

Instantly share code, notes, and snippets.

@Amimul100
Created August 25, 2014 05:20
Show Gist options
  • Save Amimul100/f6432f7ddb356195743f to your computer and use it in GitHub Desktop.
Save Amimul100/f6432f7ddb356195743f to your computer and use it in GitHub Desktop.
Simulator Error After Titanium Update
Hello, Here is a solution that might work for you. I haven't experienced this problem after upgrading, So let's start with the basics.
* Confirm that the Studio configuration is still correct. Open the tiapp.xml file, click the "Configure" link below the list of platforms. Expand Platforms and select iOS. Make sure the iOS SDK Home is correct. You might want to click Refresh, and you might need to run the xcode-select statement that's shown on that page.
* Reset your simulator. Open it (outside of Studio, like via Xcode). Then, from the iOS Simulator menu, choose Reset content and settings
Hope this helps. I'm guessing the second one will do the trick. Unfortunately, it means any test apps you installed to that simulator will be gone.
Thanks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment