Jim
Jim

Reputation: 9234

iPhone: run Automation tests on Simulator

I’ve been using the new UI automation tools with Instruments and the iPhone SDK 4.0, but so far I haven’t been able to get it to run under the iPhone Simulator.

For some people work solution like this:

"Copy ~/Library/Application Support/iPhone Simulator/4.0/Library/Preferences/com.apple.Accessibility.plist to ~/Library/Application Support/iPhone Simulator/4.0.1/Library/Preferences"

But i don't have folder ~/Library/Application Support/iPhone Simulator/4.0 . I have 4.0.2, 4.3 4.3.2..And they don't com.apple.Accessibility.plist. What to do ? Thanks...

Upvotes: 0

Views: 180

Answers (1)

Mobile App Dev
Mobile App Dev

Reputation: 1814

./Library is hidden folder in OS X Lion.
To show hidden file see this

Upvotes: 1

Related Questions