开发者

Closest thing to XCode, Objective-C on Windows (Not Hackintosh), perhaps interface-builder

开发者 https://www.devze.com 2023-01-10 10:05 出处:网络
I have to do some XCode/iPhone SDK work tomorrow, and i would like to know how I can prepare on Windows.What is the closest I can get to XCode and/or Objective-C developer experience, ideally IOS or s

I have to do some XCode/iPhone SDK work tomorrow, and i would like to know how I can prepare on Windows. What is the closest I can get to XCode and/or Objective-C developer experience, ideally IOS or similar Objective-C GUI.

Can also be say an interface-builder that works in a similar way.

I know Hackintosh/Vmware solutions, I think it would take a bit to long, especially since i have an AMD laptop with not to much RAM (i do have an In开发者_运维知识库tel netbook)

Remark 1 I might actually have access to an old Power-PC Mac (i saw in some other threads that this might be possible). Though the question still stands.


Xcode, iPhone and IB are substantially different development platforms to anything I have seen on Windows, in both large and small ways. You have practically zero chance of gaining any insight into Xcode/iPhone programming by tomorrow without using the real thing.

The little time you have would be best spent reading up as much as you can online.


I agree with Marcelo, your time would be best spent reading. The iPhone Dev Center is a good place to start. I suggest starting with the Objective-C primer and moving on to the iOS Application Programming Guide.

For an introduction to the tools (Xcode, simulator, etc) the iOS Development Guide is a pretty good overview.


The closest you can get is GNUstep and its associated tools. It's emphatically not the same as Apple's environment, but it's derived from the same lineage. Cocoa was derived from the OpenStep frameworks, as is GNUstep (and GNUstep tries to track Apple's additions, though they lag a lot). Xcode and Interface Builder evolved from the OpenStep Project Builder and Interface Builder, which were also the basis for GNUstep's ProjectCenter and Gorm. Gorm can even open Interface Builder's nibs.


I'd agree with Marcelo without a Mac OS running somewhere your chances will be very limited. You can probably start trying out some ObjC with GNUStep for Windows. But i actually did not try it.

http://www.gnustep.org/experience/Windows.html

0

精彩评论

暂无评论...
验证码 换一张
取 消