vkolgi / tuneup_js

A JavaScript library to ease automated iOS UI testing with UIAutomation and Instruments.
http://www.tuneupjs.org
MIT License
717 stars 147 forks source link

[iOS 8]WebKit Threading Violation - initial use of WebKit from a secondary thread #79

Open yezilife opened 10 years ago

yezilife commented 10 years ago

I updated Ruby to 1.2.4 and Xcode to 6.1, and tuneup js to latest version, then I try to use the auotomation, but got following error:

Launching instruments. Will retry 0 more times if it doesn't initialize

2014-10-29 15:47:33.674 instruments[64570:249034] WebKit Threading Violation - initial use of WebKit from a secondary thread. Instruments Trace Error : Target failed to run: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 4.) : Failed to launch process with bundle identifier

any idea? Thanks.

alexvollmer commented 10 years ago

Can you try a 1.9 version of Ruby

On Oct 29, 2014, at 15:48, yezilife notifications@github.com wrote:

I updated Ruby to 1.2.4 and Xcode to 6.1, and tuneup js to latest version, then I try to use the auotomation, but got following error:

Launching instruments. Will retry 0 more times if it doesn't initialize

2014-10-29 15:47:33.674 instruments[64570:249034] WebKit Threading Violation - initial use of WebKit from a secondary thread. Instruments Trace Error : Target failed to run: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 4.) : Failed to launch process with bundle identifier

any idea? Thanks.

— Reply to this email directly or view it on GitHub.

Rathore2014 commented 9 years ago

I am also seeing "Launching instruments. Will retry 0 more times if it doesn't initialize".

we have Xcode 6.0.1 and Ruby 2.0.

please let us know if you have any suggestion.

radiantcapsule commented 9 years ago

Try posting to the mailing list. I'm sorry, I don't have an answer for you.