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
We're trying to distribute a framework (that use AdaptiveCards framework as its unique dependency) through SPM as a binary framework. We already have the SPM module with the binary framework versioned. To test it we created an example app where we included the SPM dependency but it seems that SPM has limitations for this scenario and when we compile the example app the build fails saying that -> import AdaptiveCards No such module 'AdaptiveCards'.
From official resources, they say "Binary Frameworks cannot depend on Packages"
Not sure if I can bother you @jwoo-msft, if you have a clue of what can we do to be able to distribute our framework/library along with AdaptiveCards framework and its FluentUI dependencies.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
We're trying to distribute a framework (that use AdaptiveCards framework as its unique dependency) through SPM as a binary framework. We already have the SPM module with the binary framework versioned. To test it we created an example app where we included the SPM dependency but it seems that SPM has limitations for this scenario and when we compile the example app the build fails saying that ->
import AdaptiveCards
No such module 'AdaptiveCards'.From official resources, they say "Binary Frameworks cannot depend on Packages"
Not sure if I can bother you @jwoo-msft, if you have a clue of what can we do to be able to distribute our framework/library along with AdaptiveCards framework and its FluentUI dependencies.
Beta Was this translation helpful? Give feedback.
All reactions