I'm trying to run my app on iOS simulator; it says its loaded and running, and I see the simulator, but don't see an icon for my app.
How do I fix this?
Some background:
Initially, app wasn't running because of the error 'Couldn't find Info.plist file' file. So I removed this file from Build Phases -> Compile Sources
Also, I now see 'InfoPlist.strings' in red color under >Pages.
UPDATE
I was able to undo the Plist file deletion, but still getting error that the file InfoPlist.strings can't be found because it doesn't exist.
I think there is something fishy in code above from .xcodeproj file below.. grateful for advice.
RELEVANT CODE FROM PROJECT.XCODEPROJ FILE
/* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
/* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; };