wingify / vnc

VNC server application for iOS Simulators running on mac machines
GNU General Public License v2.0
16 stars 9 forks source link

Only showing iOS Simulator #1

Open testingbot opened 8 years ago

testingbot commented 8 years ago

Hi,

I tried to build this, which worked, but upon trying to connect via VNC nothing is shown. Is there some kind of commandline switch I need to add to only show the iOS Simulator?

tbrannam commented 8 years ago

I'm having similar issues - I'm wondering if it's a work in progress still

testingbot commented 8 years ago

I got it to work by specifying -sharedwin randomnum,randomnum however keyboard input does not work

sandajian commented 8 years ago

@testingbot I tried to build this, but encountered an error during linking:

Undefined symbols for architecture x86_64: "_CGSGetWorkspaceWindowList", referenced from: -[VNCWinInfo isTopWindow] in VNCWinInfo.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Did you encounter the same problem? And how did you solve this? I'm using OS X El Capitan (10.11.2) and Xcode 7.2

EDITED: compiled successfully using MacOSX10.8.sdk

sandajian commented 8 years ago

@testingbot The server is running, but SharedAppViewer shows nothing after connected. You said you got it work by specifying -sharedwin randomnum,randomnum , could you please give some more instruction on it?

Thank you!

testingbot commented 8 years ago

Hi @sandajian I'm now having the same problem, it is not showing anything anymore.

Did you get this to work?

bertbeck commented 4 years ago

Has anyone had any success with this? Did you find other solutions?