Change Version number and build in Xcode 5

前端 未结 5 1483
暖寄归人
暖寄归人 2021-02-07 08:47

I have upgraded my Xcode to Xcode 5. From where can I change the version and build number which are now not visible in Target Summary?

5条回答
  •  执笔经年
    2021-02-07 09:21

    In the screenshot you posted your target is a library, which do not have the build/version number.

    Select your target and then go to the General tab. Then Identity you can change the Version ad the build

    Or open the Info tab and then Custom iOS Target Properties, here your can change the build and version number.

提交回复
热议问题