ios - Strange SpriteKit Texture Atlas Generator Error -- Texture Atlas Failure With Exit Code 11 -


i have repeated, strange error. i'm working distributed team through github, , developer added .atlas folder our project. none of other atlases have issues, 1 touchy.

the error spritekit texture atlas generator error:

command /applications/xcode.app/contents/developer/tools/../usr/bin/textureatlas failed exit code 11

we error after pulling repo, it's relatively random. i'm dealing error runs on simulator fails on device. can fixed combination of: changing target (we have 2), cleaning build , derived data, or changing atlas in way.

this question has similar issue, none of answers have worked us, nor feel should.

for reference, we're running xcode 6.1, 10.9.5. error didn't exist before upgraded 6.1, nor before new atlas existed.

full error:

generating texture atlas edify\ testing/supporting\ files/images/octopusanimation.atlas cd /users/rl/desktop/new-sas-ios-pull-post-recursive-instruments/sas-ios/sasl export path="/applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/usr/bin:/applications/xcode.app/contents/developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /applications/xcode.app/contents/developer/tools/../usr/bin/textureatlas /users/rl/desktop/new-sas-ios-pull-post-recursive-instruments/sas-ios/sasl/edify\ testing/supporting\ files/images/octopusanimation.atlas /users/rl/library/developer/xcode/deriveddata/edify_testing-gmlkyrdadlkzskdiwylbjhegbdeo/build/products/debug-iphoneos/edify-testing-debug.app

update

latest commit works on 2 developer's devices (after clean), not 3rd developer's device.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -