Cocoapods : Issue with pod which contains resource folder Assets.xcassets

前端 未结 4 2031
囚心锁ツ
囚心锁ツ 2021-01-13 05:58

I am creating my own cocoapods. I am getting an error as shown in screenshot. I think , there is some issue with Assets.xcassets folder linking. In case, there is no image i

4条回答
  •  無奈伤痛
    2021-01-13 06:22

    I have modified these two lines and now it's working.

    s.source_files = 'ECGame/**/*.{swift, plist}' s.resources = 'ECGame/**/*.{storyboard,xib,xcassets,json,png}'

提交回复
热议问题