ios - Why is XCode 4 compiling ~ 3000 XIBs when I only have ~ 200? -
ios - Why is XCode 4 compiling ~ 3000 XIBs when I only have ~ 200? -
i working on app has 12 localizations of 16 xibs.
xcode 4, after clean , rebuild, says compiling 2704 xibs!
the build log shows xcode compiling same xib many times each localization.
anyone know why be?
note works fine in app -- doesn't seem have effect you'd imagine. it's wasting time! :-)
status:
log:
project navigator excerpt:
yeah, have encountered xcode issue too. don't know how stop xcode adding xib files multiple times, there workaround shorten project build time: should go current target's build phases tab , remove duplicated xibs in copy bundle resources stage, leaving re-create each one.
to create reply more clear:
inside copy bundle resources list should leave one item each individual xib file, in spite of number of languages have. similar to:
ios xcode xcode4 localization xib
Comments
Post a Comment