How can I run the iPhone/iPad simulator with only the binary
I would like to send my iPad app to testers w开发者_运维技巧ho have xcode on their macs but do not own an iPad. I don't want to send them my source code. Is there a way I can send them the app to run in the simulator without sending source code?
Thanks
No, you cannot send them a Simulated binary. Xcode installs the application just as AppStore would, by assigning a GUID. You could possibly send the whole folder that contains your app (including the Documents folder, Library, etc.) That may possibly work. If your friends have iPads, you can always build for Ad-Hoc
and let them test that way.
精彩评论