Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hbayyavarapu

macrumors newbie
Original poster
Nov 11, 2009
3
0
Hi,

As a part of our project we need to develop the interface for the iphone app which requires SDK to develop. The SDK is installed on the mac system. We are said that we can ssh to the computer and open the applications. When I tried to open the xterm I was able to open xterm however I am not able to open the xcode with ssh with x11 forwarding enabled.

My method

ssh -X ***@***.**

$ open -a Xcode &
[1] 24819

Cany one help me in resolving this issue. I'll be very thankful to them
 

Catfish_Man

macrumors 68030
Sep 13, 2001
2,579
2
Portland, OR
Xcode is not an X11 app, so it's not surprising that doesn't work. In general, X forwarding won't work on Macs. Use VNC or something I guess. Or just build from the commandline with xcodebuild.
 

hbayyavarapu

macrumors newbie
Original poster
Nov 11, 2009
3
0
But to create the app I need the xcode and xinterfacebuilder to build the interface. Is there any alternative solution for this. If the VNC is installed on the mac's can a linux machine be able to login to Mac and can be used by mutiple users or is it confined to a single user
 

beg_ne

macrumors 6502
Jul 3, 2003
452
0
But to create the app I need the xcode and xinterfacebuilder to build the interface. Is there any alternative solution for this. If the VNC is installed on the mac's can a linux machine be able to login to Mac and can be used by mutiple users or is it confined to a single user

VNC is available by default on OS X. You can enable it by going to the Sharing panel in System Preferences. AFAIK only one user can be logged in at once since it's basically screen sharing with control.

Just curious, is this for some kind of school project? Or is this something for a real app? Either way the situation sounds much less than ideal. I don't want to imagine the pain of debugging an app like that, and it would basically be impossible to hook up a real device to test current builds, debug on device etc.

Also you don't really need to use IB to make your interface, unless there is some kind of artificial condition forcing you to. Anything that can be done in IB can be done in code, albeit not as easy for some things.
 

hbayyavarapu

macrumors newbie
Original poster
Nov 11, 2009
3
0
Yea it is a part of school project. Its not a real app. Just the interface has to designed using the SDK. I don't know how to code using text editor. I have to do this by 23rd nov
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.