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
To get SPM working, we needed to bundle SwiftKeychainWrapper with FxA to get it working on iOS. This is really hacky and not an ideal situation.
Summary of problem: Since it’s a library we need as a depedency and so does FxiOS there ends up being two copies since SPM can’t correctly make the dep graph.
Potential solutions:
Remove all SwiftKeychain files and put them in iOS
Since they are the only consumer, the consumer-specific files should be in iOS
Create a script to split out SwiftKeychainWrapper in iOS during archiving
To get SPM working, we needed to bundle SwiftKeychainWrapper with FxA to get it working on iOS. This is really hacky and not an ideal situation.
Potential solutions:
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: