========================================================== =============================== Original blog, reprinted please declare the source of Electronic coffee (original id blue rock) ========================================================== ================================
Recently, debugging has encountered a thorny problem. It cannot run on a real machine or simulator. During archive, it is displayed as a Mac program, not an iOS program. Restart xocde, And the simulator and clean will not work.
There are several errors:
1. xcode: 4.6 LION: 10.8 IOS 6.1 error: sbtarget is invalid
2. When archive is performed, it is displayed as "Mac app Archive" instead of "iOS app Archive", for example:
3. Two icons are displayed on the simulator or on the real machine. The first icon is $ {product_name} and cannot run. The second icon is displayed normally and can run properly.
4. Warning: The copy bundle resources build phase contains this target's info. plist file 'info. plist '.
The above problems may be caused by a reason, refer to: http://developer.apple.com/library/mac/#qa/qa1649/_index.html
Remove info. plist from copy bundle resources,