barfoon
barfoon

Reputation: 28147

Can't view NSLog messages for App Extensions in iOS8

I have tried everything in this thread: How to debug iOS 8 extensions with NSLog?

And I am still unable to view NSLog messages for my app extension in Beta 5 & XCode Beta 5.

Would someone mind posting a step by step?

Here's what I've tried:

In earlier beta's you could toggle between the main target an the extension here, but not anymore (why!?):

enter image description here

No luck for any of them. Super frustrated because I've got to the point where I can't seem to debug anything. If anyone can help I'd appreciate it!

Upvotes: 1

Views: 1380

Answers (1)

Albert Renshaw
Albert Renshaw

Reputation: 17882

For me the problem was in the NSLog window I had the simulator selected instead of my actually device... Click where I click in image below to reveal all options then select your device. Now launch your app extension inside your app itself.

enter image description here

Upvotes: 1

Related Questions