I'm learning how to integrate a Today Extension
for my application, but Xcode
keeps throwing me the following warning:
linking against a dylib which is not safe for use in application extensions:
I'm using PureLayout to manage Auto Layout
within my extension.
In addition to setting "Require Only App-Extension-Safe API" to true, I also did the following from PureLayout's documentation .