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
in Xcode 13.3 betas, the ChoiceMobile package fails to load when using Swift Package Manager.
The error given is artifact not found for target 'ChoiceMobileBinaryTarget'
It clones and checks out the repo just fine, but fails to find the framework. Perhaps the name mismatch between ChoiceMobile and ChoiceMobileBinaryTarget is the problem? Is it expecting the .xcframework to have the same name as the target?
I've tested beta 2 and beta 3.
The text was updated successfully, but these errors were encountered:
in Xcode 13.3 betas, the ChoiceMobile package fails to load when using Swift Package Manager.
The error given is
artifact not found for target 'ChoiceMobileBinaryTarget'
It clones and checks out the repo just fine, but fails to find the framework. Perhaps the name mismatch between ChoiceMobile and ChoiceMobileBinaryTarget is the problem? Is it expecting the .xcframework to have the same name as the target?
I've tested beta 2 and beta 3.
The text was updated successfully, but these errors were encountered: