Xcode 4: How to change ${EXECUTABLE_NAME} variable

2020-05-19 18:22发布

问题:

I want to find where is ${EXECUTABLE_NAME} global variable defined in xcode 4.2

回答1:

[Your target] -> [Build settings] -> [Product name]



回答2:

Adding to above accurate answer

Edit: Targets -> [Your Target Name] -> Build Settings -> Packaging -> Product Name

You can write specific String for Product Name or just copy $(TARGET_NAME) to make same name with '[Your Target Name]'

So your Product Name will be: 'Your Target Name.app'



回答3:

It's possible to set EXECUTABLE_NAME as user-defined setting.



标签: ios xcode