Sharing bundled assets between app and extension

后端 未结 5 1955
迷失自我
迷失自我 2021-01-30 23:40

My Photo Sharing extension plans to use the same design assets (for navigation and for adding \'stamps / stickers\' to the photo).

As explained in App Sa

5条回答
  •  耶瑟儿~
    2021-01-31 00:09

    here the steps to resolve your issue:

    1. go to xcode open your app which contains the app extension feature

    2. go to target in your xcode project and select your app extension name

    3. go to build phases

    4. expand the copy bundle resources then click "+" button and add the image assets folder from the finder.

提交回复
热议问题