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

后端 未结 5 1837
面向向阳花
面向向阳花 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:46

    I had the same problem, In my case, I had a wrong file path to the XXX-Info.plist file:

    Build Settings -> Packaging -> Info.plist File

    I changed it it's actual location and start working.

    Description to where to change the wrong settings

提交回复
热议问题