xcode build/archive app for anyone to run in a simulator

前端 未结 5 2136
别跟我提以往
别跟我提以往 2021-02-14 04:35

I am trying to figure out how I can build/archive my iOS application in xcode so that I can send it to anyone and they can run in it a simulator. I thought I could just build i

5条回答
  •  长发绾君心
    2021-02-14 05:31

    If you have the .app bundle, you can create a tarball of it and send it to someone else. They can then extract it and use xcrun simctl install to install your app in the given simulator device.

提交回复
热议问题