I am using the pod Stripe for my ios app with watch extension. After add line "pod 'Strip' " in my pod file, run "pod install". My app cant compile. Xcode gives errors: 'sharedApplication' is unavailable: not available on iOS(App Extension). I'd think strip should fixed the sdk for apple watch support. What is solution for this?