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
{{ message }}
This repository was archived by the owner on Aug 29, 2022. It is now read-only.
Since as of Xcode 11.3 dynamic Swift Packages can be submitted to the AppStore, Deferred should switch to this kind of package in order to ease integration and unit testing of the application.
If we keep it static, we see issues like this when writing unit tests:
objc[97739]: Class _TtC8Deferred18POSIXReadWriteLock is implemented in both /Users/pcifani/Library/Developer/CoreSimulator/Devices/835DF32C-44B3-4841-B6CB-A7B2D12744D7/data/Containers/Bundle/Application/C5053FF1-BF0D-434A-94C6-BAAE5FF414F0/VideoAsk.app/Frameworks/BSWFoundation.framework/BSWFoundation (0x10825ec48) and /Users/pcifani/Library/Developer/CoreSimulator/Devices/835DF32C-44B3-4841-B6CB-A7B2D12744D7/data/Containers/Bundle/Application/C5053FF1-BF0D-434A-94C6-BAAE5FF414F0/VideoAsk.app/VideoAsk (0x106c31310). One of the two will be used. Which one is undefined.
Since as of Xcode 11.3 dynamic Swift Packages can be submitted to the AppStore, Deferred should switch to this kind of package in order to ease integration and unit testing of the application.
If we keep it static, we see issues like this when writing unit tests: