LoginSignup
1
2

More than 5 years have passed since last update.

CocoaPodsでインストールしたライブラリのリソースが使えない時の対応

Posted at

無理矢理感がある…もっと良い方法があれば教えて下さい。

$ vim /Users/xxx/git/xxx/Pods/Target Support Files/Pods/Pods-resources.sh
...
...
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"

+install_resource "xxx/Resources/xxx.xib"
+install_resource "xxx/Resources/xxx.png"
...
...

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2