Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
317 views
in Technique[技术] by (71.8m points)

iphone - Can I install an app to the simulator without the source code?

I have a client who wants to just drag and drop the binary to run it in the simulator.

I want to build the simulator app and email it to them.

What can the client do to install this in the simulator?

Is this possible?

Thanks for any help.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can, by executing the command below in the Terminal app.

xcrun simctl install {simulator_udid} {path of .app file}

It will install the .app file in the referenced simulator.

Note: Make sure that the .app file is built for the simulator (i.e. i386 or x86_64).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...