Hi have a projets(including app extension) using cocoapods. (with Parse, Bolts, etc library).
All work fine before (using bolts 1.1.5 library), but, when i've run a pod update (Bolts 1.2.0), I now get some errors:
"/Volumes/project 2/Pods/Bolts/Bolts/iOS/BFAppLinkNavigation.m:100:29: 'sharedApplication' is unavailable: not available on iOS (App Extension) - Use view controller based solutions where appropriate instead."
Any Idea how to solve this?
I've fixed this by downgrading cocoapods to 0.35.2
If you have a more clean solution, i'm open!