SDWebImage / SDWebImageLinkPlugin

A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework
MIT License
17 stars 2 forks source link

Framework "not safe" for App Extensions #11

Closed inPhilly closed 4 years ago

inPhilly commented 4 years ago

I am building this framework with Carthage and everything seems to be working until I run the App Extension, which includes SDWebImageLinkPlugin.

When I run the App Extension, I get this warning message:

Linking against a dylib which is not safe for use in application extensions: ...MyApp/Carthage/Build/iOS/SDWebImageLinkPlugin.framework/SDWebImageLinkPlugin

dreampiggy commented 4 years ago

This framework does not designed to use in App Extension, actually...Did you use Link Plugin in Notification or Siri Extension App ?

dreampiggy commented 4 years ago

Seems this is just a warning cause by APPLICATION_EXTENSION_API_ONLY build setting. We set it to NO.

Does this cause any runtime issue ? If not, maybe we can just ignore this. Or if you really want this, I can update the build settings.

inPhilly commented 4 years ago

Updating this setting seems like it may make the difference. I would appreciate if you could update the Build Settings. Thank you.

dreampiggy commented 4 years ago

Should be solved by 0.3.0 version