-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work with iOS Simulator 6.0 #2
Comments
I have not tested the app on Mountain Lion / iOS SDK 6.0 Simulator. |
Have you tested it on Lion? If you did so, I could install Xcode and WhazzerFinger in a VMware. |
Hi, |
My system language is english. |
Very strange... Could you show me:
So I can figure out why the wrong screen area is captured... |
Ok, I have the same setup but without any problem... The only difference is that my language is French. This is pretty important because the app finds the simulator window according to its title... Maybe the name of the simulator window is wrong in english... It should be 'iOS Simulator' in order to work. Is that what you have ? Another thing : you must enable accessibility in system preferences. |
… for me it either does not work on german system. |
Hi, |
Hi, |
You guys should just exchange the following line 145 in AppDelegate.m:
The string "iOS Simulator" has to be named exactly the way your iOS Simulator window is labeled. Otherwise the app cannot find nothing to record. I just renamed it to have a hypen inbetween so it now looks like "iOS-Simulator", because thats how it is named in my version. To be absoletely sure no localization issue is in the way, use: UPDATE: |
Okay to be more precise: |
I see, that's "iOS-Simulator" for the german version. |
Hi, I added the german application name to the code. It should work now ! To do that I added a german localization for the app, but only the application name is translated. If you want to translate the whole application, you only have to edit the german version of Localizable.strings file. |
Hi, I just tried your latest changes. And it finds the simulator and I was able to record, but the resulted clip was junk, I uploaded it: http://cl.ly/NcG5 I also saw a few things on the console:
after that I noticed, that there was a problem when capturing the iPad version. So I just tested the non-retina iPhone simulator and it worked. By the way: I looked into the Localization.strings file - I think those console logs point out a problem with missing dialog boxes - I didn't see any. And of course I made you a german localization:
but: after recompiling it with the german localization the app wasn't able to find the simulator anymore, but I didn't do anything to tos "iOS Simulator" key. |
I just found a typo in my localization. It worked after fixing it. I will make you a pull request for that. |
Hi, And you are right : the tool works only with iPhone Retina 3.5 inch... I will probably add other devices one of these days... |
On Mountain Lion 10.8.2 and iOS Simulator 6.0 the app does not produce correct images. The only output is a video / image with a dimension of 21x21 or 22x22 pixels that are not related to the content shown in the simulator.
The text was updated successfully, but these errors were encountered: