How can I tell Asset Catalog (.xcassets) to use the Same Image for Multiple Image Wells?

前端 未结 6 1662
南笙
南笙 2021-02-02 08:50

We have several Xcode app projects, and we\'re upgrading all of them to use the latest Xcode 5 features, including Asset Catalogs (.xcassets).

All of our

6条回答
  •  不要未来只要你来
    2021-02-02 09:10

    In my case I am using cocoa pods. The cocoa pods script Pods-resources.sh somehow caused the problem. Removing the asset parts from the script solved the problem.

    Make sure to clean your project and delete derived data folder.

    Parts to be deleted can be found here:

    https://stackoverflow.com/a/21309102/832111

提交回复
热议问题