Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing images from *.xcassets #1612

Closed
naughtont opened this issue Nov 20, 2013 · 2 comments
Closed

Missing images from *.xcassets #1612

naughtont opened this issue Nov 20, 2013 · 2 comments
Assignees

Comments

@naughtont
Copy link

This appears to be related to #1546, #1549 and #1555.

Some images went missing from my project after a pod update. Reverting to an earlier version of Pods-resources.sh fixes the problem. So does the diff below:

-  find "${PWD}" -name "*.xcassets" -print0 | xargs -0 actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
 +  find "${PWD}/.." -name "*.xcassets" -print0 | xargs -0 actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"

My directory structure looks like this:

./xxxx-sandbox/ReverbTestApp/Controls/FTUEControl/FTUE.xcassets
./xxxx-sandbox/ReverbTestApp/Controls/WordWall/WordWall.xcassets
./xxxx-sandbox/ReverbTestApp/Images.xcassets
./yy-sandbox/Viral.xcassets
./Thunderstone/Icons.xcassets
./Thunderstone/Thunderstone/Images.xcassets
./Thunderstone/Thunderstone/Media.xcassets

The *.xcassets files outside of the Thunderstone directory, which is a sibling of the Pods directory and contains my xcodeproj, were being ignored.

@alloy
Copy link
Member

alloy commented Nov 20, 2013

Are those outside the Thunderstone dir development pods?

@CocoaPodsBot
Copy link

Closed for duplicating #1546 by @apalancat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants