0

So i have built a finished app using xcode 7.1 and el capitan, it works fine when running on el capitan but the today extension doesnt work on yosemite. If i take the exact same project and build it on xcode using yosemiti then it works fine on both operating systems.

My Questions.

  1. Why doesnt building it on yosemtie make it forwards compatible El Capitan and not the other way around
  2. Why does building it on El Capitan break the today view on yosemiti.

This is really starting to annoy me know because i know its a xcode problem and not a coding bug.

Eli
  • 668
  • 2
  • 13
  • 37
  • 1
    What errors do you get? – trojanfoe Oct 28 '15 at 08:17
  • i dont get any errors, on yosemite the exension just shows up without any content – Eli Oct 28 '15 at 08:18
  • Did you look at *Console.app*? – trojanfoe Oct 28 '15 at 08:19
  • um no, could you give us the quick rundown on how to do that? Thanks! – Eli Oct 28 '15 at 08:22
  • Type Cmd-Space and type "Console" and hit enter. Have a snoop about for error messages related to your code. If you are failing to log any potential errors in your code then you need to start doing so. You cannot solve problems without details. Logging is for life. – trojanfoe Oct 28 '15 at 08:25
  • spotlight => console then look for message coming from your extension or containing words like `error` – Thomas Ayoub Oct 28 '15 at 08:25
  • oh yes there are two that come up. error in CoreDragRemoveTrackingHandler and error in CoreDragRemoveRecieveHandler – Eli Oct 28 '15 at 08:27
  • i get this error on yosemite killed *app extension* because its use of the com.devaloper.team-identifier entitlement is not allowed – Eli Oct 28 '15 at 20:50

0 Answers0