(Solved) Installed XCode 8.3 - Apple News Preview Tool breaks!

Installed the latest XCode official release (8.3) this morning. Unfortunately it breaks Apple News Preview tool. Whenever I launch the preview tool, it tells me I need to install XCode. So we're DOA with Apple News. Anybody have any ideas?

-Dan

Replies

SOLVED!


Open a terminal and run...

defaults write com.apple.news.preview xcodeOverride <path-to-xcode.app>


Which in my case was...

defaults write com.apple.news.preview xcodeOverride /Applications/Xcode.app


And the problem is solved!

I have the same issue, did you just run the command 'defaults write com.apple.news.preview xcodeOverride /Applications/Xcode.app.'?