Xcode 4: Build Failed, No Issues

后端 未结 30 956
再見小時候
再見小時候 2020-12-01 00:39

The app works fine in the simulator, builds and runs.

When I attach my device (iPhone 3GS running iOS 4.3) and target the iPhone, the result is \"Build failed\" with

30条回答
  •  独厮守ぢ
    2020-12-01 01:09

    The first thing I'd try is to clean everything (menu Product / Clean) and the build it again. You might have already tried it.

    You'll find (and you can watch during the build) the complete build output in the Log Navigator. That's the right most icon of the small icons just below the Run and Build buttons.

    The build (and debug) log files are found in the directory /Users/you/Library/Developer/XCode/DerviedData/YourProject-abcdefg/Logs/Build (and ../Debug respectively).

    I don't think there's any output for the installation of your app on the device.

提交回复
热议问题