What can I do if I delete Xcode's Info.plist (not the apps plist)? -


recently trying study how run apps in debug mode in real machine without code signing. require me change setting in xcode's plist (not apps' plist). before this, use

> sudo cp info.plist info.plist.bk

backup info.plist.

after fail test, change typing command:

> sudo rm info.plist
> sudo mv info.plist.bk info.plist

there accident, have typing mistake second command line this...

> sudo rm info.plist.bk info.plist

oh yea... love drink red tea... try restart xcode, cannot identify iphone , iphone simulator...

should recover ?

if don't have backup of info.plist there ist no alternative reinstalling xcode scratch...


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -