ios-extensions
ERROR ITMS-90512: Invalid sdk value… 8.2 is higher than maximum allowed value of 10.3?
Update: it’s fixed! I have submitted a bug to Apple. They have replied that they are aware of the problem and have people looking into it. They will contact me when they have resolved the issue. I’ll post an update here when they do.
How to structure a Xcode project with Frameworks, Extensions and CocoaPods
More of a comment than an answer, but I don’t have enough reputation for it: Have you tried using the cocoapods xcode plugin? I use it and it structures the pods on its own, so I don’t even have to worry about it.
How to suppress `warning: linking against dylib not safe for use in application extensions`?
For your watch/today-widget extension target (so not your app or libray target), go into the project settings and change the build setting APPLICATION_EXTENSION_API_ONLY / Require Only App-Extension-Safe API to NO.