Elliot
Elliot

Reputation: 6136

Xcode: The session is inactive. Please check your setup and try again. 0xE800001E

This happens after I hit Build and Go to run my app on my device.

Build -> Clean fixes it, but it's very annoying to have to clean and rebuild the entire project every time I want to run it.

P.S. Is there any way to transfer my app to my iPhone using Xcode, but not run it?

Upvotes: 3

Views: 2263

Answers (3)

Zara A
Zara A

Reputation: 1

Try to kill all your background app if youre running on iOS 4.0 or above.

Upvotes: 0

kdbdallas
kdbdallas

Reputation: 4543

A restart of the device and Xcode seems to have fixed it for me. At least for now...

Upvotes: 4

Dutchie432
Dutchie432

Reputation: 29170

Have you tried to reinstall the SDK?

Upvotes: 0

Related Questions