7

I know there are alot of questions like "how to force XCode to always update resources" ect. But i have the opposite problem - XCode copying all my resources each time i hit 'Run', no matter what, and it takes too much time. Why XCode does not check for resources modification? The whole project and resources are on a mounted network volume.

EDIT: Ok, i think i've got the point. There are two stages: "copy files to product" and "copy product to device". It looks like XCode copies and replaces the whole application bundle on the device each 'Run', and there is no way to force XCode to modify the bundle that is already present on executing device.

4

1 に答える 1

0

ワークフローは次のとおりです。 製品ファイルを作成します (アプリ!) 製品ファイルにリソースを入力します (完全なアプリ!) 製品ファイルをローカル デバイスにダウンロードします (完了!)

于 2013-04-18T17:50:51.070 に答える