Xcode error run function

I've received this message when I try to run the program: "Failed to install the requested application

The bundle identifier of the application could not be determined.

Ensure that the application's Info.plist contains a value for CFBundleIdentifier."

What I can do to fix it?

Have you checked the info.plist ? It is by default : $(PRODUCT_BUNDLE_IDENTIFIER)

Could you post it here as an attached file ?

Where can I find the "info.plist?"

When you open your project in Xcode, you will get it in the left panel (file navigator panel)

Note it may be listed without showing the extension, simply as Info.

You will find the real Bundle ID content in the Project Targets; select the project (at top of file navigator panel) and look for its Targets:

Xcode error run function
 
 
Q