I want to test running my iPhone app in the MacOs iPhone emulator. I installed the release version of my app from the store and it works 95%. So I'd like to test a new build , but I'm not sure how to install it.
How to deploy a development build of iphone app to a Mac (with iphone emulator)
macOS iPhone emulator
I’d like to clarify what you mean by this. There are two ways to run iOS apps on the Mac:
-
The iOS simulator that comes with Xcode
-
iOS Apps on Mac, for Apple silicon Macs
Which are you trying to use?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
"iOS Apps on Mac, for Apple silicon Macs"
I can use "iOS Apps on Mac, for Apple silicon Macs" to run the release version of my app from the App Store, but I need some help on running a local development build.
any update ?