iOS 8 Today Extension not working on device

Jarryd Baillie picture Jarryd Baillie · Sep 14, 2014 · Viewed 8.7k times · Source

When I run my Today Extension on the simulator everything works fine and it displays the following as expected:

enter image description here

However when I run it on my devices (iPod touch and iPhone 5s) the body won't show (don't mind the title and icon, that was changed)

enter image description here

I attached the debugger to my extension and I got this:

enter image description here

I have no idea what all of this means...

I removed all code for the Today Extension to check if there was a problem with my code and nothing changed so I doubt theres a problem with my code. Any suggestions on how to fix this would be greatly appreciated.

(I do have app groups enabled if thats of any significance)

Answer

Exile3daime picture Exile3daime · Apr 28, 2015

Make sure extension target version

Please make sure your extension target version is correct. Xcode'd give you the highest version by default such as 8.3, and if your iOS version is lower than it, Xcode'd give your a crash.