Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

${PRODUCT_NAME} UNDEFINED error

Tags:

xcode

ios

ios6

After renaming my application I've began to have an issue when I try to build my app. Build setting PRODUCT_NAME undefined

Any ideas on how this can be fixed?

Heres a picture: enter image description here

like image 884
Ali Rahman Avatar asked Oct 14 '12 00:10

Ali Rahman


1 Answers

This can be fixed by setting the product's name in your build settings. Click on the target you're having issues with, then Build Settings, then search for product_name and set it to your application's name.

Screen

like image 94
Keith Smiley Avatar answered Oct 08 '22 01:10

Keith Smiley