You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying to build an extension that uses the App Intents framework. I get this warning when importing SPM based library with MSAL as a dependency. I saw that people already raised this kind of question, and the issue was closed.
Hey @jasoncoolmax. I have a standalone iOS application that is using SPM based package with multiple targets and one of the targets has a dependency on MSAL. I want to create an extension for my app using AppIntents Framework. When I try to link my shared SPM library to app extension build passing but I get Xcode warning:
ld: warning: linking against a dylib which is not safe for use in application extensions
Linking against a dylib which is not safe for use in application extensions: /Users/<user>/Library/Developer/Xcode/DerivedData/<app>-ezyzrhzdkqeptxweyhbpeawqbytmlz/Build/Products/Debug-iphonesimulator/MSAL.framework/MSAL
There are no other useful logs. For a quick search on Google, it seems to be related to MSAL framework configuration itself.
Hey, I'm trying to build an extension that uses the App Intents framework. I get this warning when importing SPM based library with MSAL as a dependency. I saw that people already raised this kind of question, and the issue was closed.
Is it related to #1418 ?
The text was updated successfully, but these errors were encountered: