Reputation: 33048
How can I attach to an application currently running in iOS Simulator 6, or start an application using Automation in Xcode Instruments? I'm using Xcode 4.5. I see my app is running in the Simulator. If I launch Instruments, I select the "iOS Simulator -> Automation" template. However, the drop down on top tells me under "Attach to process" that "Current Instrumentation disallows attach" and when using "Choose target", I'm presented a list of Apps from my Applications folder, but none of them is iOS Simulator, since it is inside the Xcode.app bundle. It is working just fine on the device.
Any ideas?
Upvotes: 0
Views: 3055
Reputation: 126
"Attach to process" gives me the same result: "Current Instrumentation disallows attach." So I can't answer that part of your question.
To run your app in simulator from Instruments:
Upvotes: 5