开发者

iOS add compiled bundles to simulator

I have built some bundles for my "Debug" profile from the command line. I can move these onto an actual device (using organizer), but I do not get how to add them to the simulator device when building from the command line. I have tried putting them in "build/Debug-iphonesimulator" but they do not show up in the iOS Simulator.

How is this correctly achieved? (the reason I am not using the xcode gui 开发者_运维问答is because I have a working batch script for several bundles)


Try to add the bundles these location for iOS simulator

Users/USER_NAME/Library/Application Support/iPhone Simulator/APP_NAME

But i didn't understand why do you want to do that. You can copy all the bundle in the xcode project and add the dependency. (That what i would do in normal scenario.)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜