|
|
|
|
|
by djrockstar1
1638 days ago
|
|
Alright, I looked around and finally came across this StackOverflow answer[0] that supports your point. Turns out, if you use let Xcode handle code signing for you, you need a physical device for it to target (which is what we were doing), however there also exists an option to manually sign code yourself, in which case you wouldn't need a physical device. Thanks for the correction, I'm glad to be wrong! [0] https://stackoverflow.com/a/58920415 |
|