Modifying Info.plist's CFBundleVersion in Xcode 5 with Asset Library enabled

后端 未结 5 1842
面向向阳花
面向向阳花 2021-01-01 20:02

With Xcode 5\'s new Asset Library, adding images and organizing them has never been easier. However, it seems as if it has broken some scripts I use for creating builds.

5条回答
  •  不思量自难忘°
    2021-01-01 20:24

    Search in Build settings for $(SRCROOT) and remove it.

    transform it from $(SRCROOT)/TestProject/Info.plist to TestProject/Info.plist

提交回复
热议问题