-
Notifications
You must be signed in to change notification settings - Fork 21
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
Not working in IOS7 #5
Comments
I haven't seen any problems on Xcode 5 or iOS 7. Is this still happening? Can you give more info about the problems you're seeing? |
Hi, gfontenot, I worked on it for a project a few months ago( using xcode beta, ios7 beta, iphone5 ), the error i got is that when executing the code (simulate user touch) in the console it said "no valid entitlement", so nothing is really executing. Is there any specific instructions to use this library? Thanks a lot for helping. |
I can't replicate, but a couple of things might help:
|
Been looking into this for days, and I'm pretty much nowhere. It seems like UIAutomation is getting loaded fine, but that the messages passed to |
I'm assuming you've tried adding the entitlement that the automation api is complaining about? Other than that I'm a little stumped too to be honest. Are there any error messages or logs that provide any hints? It's possible that with iOS 7 there needs to be a separate automation process running on the device perhaps? You could try launching the app via automation and then running PublicAutomation methods after that. |
Ah. I thought that the entitlement issue described by @abcde12321 was unrelated, but after digging through the logs for the device, it looks like the test app is missing the So, it looks like using UIAutomation on the device simply isn't possible on iOS 7. Huge bummer. @moredip I'm assuming this issue affects Frank as well? |
Any update on this? |
For those still looking at this issue: I confirm that anything I tried with I have just Jailbroken an iPhone 4 with iOS 7.0.4, added the entitlement Of course regrettably this will not help folks for whom Jailbreaking is not an option. |
Thanks for confirming my suspicions, Frank. Bummer. I've filed a radar to make the Objective-C side of the UIAutomation framework public for testing use. I'd encourage other people to do the same.
|
I filed one too a little while ago. |
This framework does not work in the new IOS7 beta5 system. I have checked it with IPHONE5. The console will give an entitlement missing error.
I wonder if anyone can help with this?
The text was updated successfully, but these errors were encountered: