Closed exalted closed 12 years ago
same problem here!
Same here.
Just add a dash in line 52 of FakeFingerAppDelegate to the NSApplicationName to make it "iOS-Simulator"
I've done it just a minute ago and it worked perfectly for me. But the overlay window still stick on the left side of my screen.
Well, the real fix is to put, on the line kpbode told us, the real name of iOS Simulator app... in other words, what you see on the Mac menu bar. In italian the fix is "Simulatore iOS"...
I tried "iOS Simulator" and "iOS-Simulator", neither of which removed the error.
@cocoacoder Do you have the simulator running? "iOS Simulator" works for me with SDK 5.0 installed...
Yup, latest build on everything. I'm an iOS developer working on an iOS 5 app and running that SDK.
You need to make sure the iOS simulator is running as a separate process before you build SimFinger. SimFinger adds an extra layer over the top of the existing iOS Simulator process.
for i in $(find . -name '*.xcodeproj'); do xcodebuild -project $i -configuration Release build; done
~/Downloads/SimFinger/Fake/SimFinger/build/Release/SimFinger
Console output goes like this:
2010-11-30 10:53:18.208 SimFinger[14307:a0f] +[FakeFingerAppDelegate countByEnumeratingWithState:objects:count:]: unrecognized selector sent to class 0x711c
2010-11-30 10:53:18.256 SimFinger[14307:a0f] +[FakeFingerAppDelegate countByEnumeratingWithState:objects:count:]: unrecognized selector sent to class 0x711c
I may provide more detailed output on this issue, please let me know.
Best regards, Ali Servet Donmez http://www.pittle.org/