Developing iPhone app on Ubuntu, then Mac
开发者_如何学CI'm looking to do iPhone development on my Ubuntu machine. I've read that the only way an app makes it to the store is if it's developed on a Mac. Is it possible to develop an app on Ubuntu, and then rsync the source over to someone else's MacBook for a quick build that the folks at apple will accept?
You can write the code on whatever machine you want so long as it has a text editor. However, you won't be able to run it or even do anything with it until it's running on a Mac with Apple's Xcode build tools.
精彩评论