开发者

iOS add compiled bundles to simulator

开发者 https://www.devze.com 2023-03-08 06:08 出处:网络
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 buildi

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

精彩评论

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

关注公众号