Xcode Restore code from App in iOS Simulator -
Xcode Restore code from App in iOS Simulator -
given working app in ios simulator, possible retrieve code running app? or there snapshot functionality in xcode used restore codebase?
i accidentally nuked whole project in git git update-ref -d head
. understand, there no way undo this. trying undo first commit made per this post, disastrous results.
i realize i'm screwed here love hear suggestions.
you can't "retrieve code" simulator it's not running code, it's running compiled version, it's .ipa
compiled processor mac uses.
there snapshot function, if had turned on can restore project state 1 of previous snapshots. can find "restore snapshot…" item in file menu.
it looks this:
ios xcode git ios-simulator
Comments
Post a Comment