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
Upgraded SwinjectStoryboard to 2.2.2 and suprisingly faced with trouble of setup method not being called at all, so all implicit injects are now not working.
Also, XCode 13 warns me with this:
warning: (arm64) /path/to/project/Build/Products/Debug-iphoneos/SwinjectStoryboard/libSwinjectStoryboard.a(_SwinjectStoryboardBase(iOS-tvOS).o) unable to open object file: No such file or directory
Versions 2.2.0 and 2.2.1 works as expected with no warnings. With dynamic_frameworks setup method works fine.
The text was updated successfully, but these errors were encountered:
Upgraded SwinjectStoryboard to 2.2.2 and suprisingly faced with trouble of setup method not being called at all, so all implicit injects are now not working.
Also, XCode 13 warns me with this:
Versions 2.2.0 and 2.2.1 works as expected with no warnings. With dynamic_frameworks
setup
method works fine.The text was updated successfully, but these errors were encountered: