How do I profile my app - the menu item is disabled?

IphoneObjective CXcode

Iphone Problem Overview


How do I profile my app in xcode - the menu item is disabled?

Product > Profile is disabled

Iphone Solutions


Solution 1 - Iphone

This is very unlikely but still, one possible reason:

Make sure correct 'Executable' is selected in 'Profile' option for your Scheme. If the selected executable is 'None', profile option will be disabled.

In case you don't know how to check scheme settings, you can check these setting by selecting 'Edit Scheme' either from Scheme menu (App name and device/simulator drop downs near the Run and Stop button ) or from 'Product' menu of xcode

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTheLearnerView Question on Stackoverflow
Solution 1 - IphoneSwapnil LuktukeView Answer on Stackoverflow