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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -