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?

Replies

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

Could you post it here as an attached file ?

  • Im kinda new with programing will you help step by step. Where can I find the "info.plist?"?. And do I write "$(PRODUCT_BUNDLE_IDENTIFIER)" this on the terminal ?

  • A s

Add a Comment

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: