SwinjectAutoregistration
SwinjectAutoregistration copied to clipboard
Swinject extension to automatically register your services
Please fix podspec. Currently it's pointing to Swinject 2.7.1 instead of 2.8.1
Creating xcframework file from repo https://github.com/Swinject/SwinjectAutoregistration project failed with error: the path does not point to a valid framework: ....../SwinjectAutoregistration/build/devices.xcarchive/Products/Library/Frameworks/Swinject.framework Products directory is empty
Version 2.7 works, but 2.8.1 fails with: > error: There is no XCFramework found at '.../Carthage/Checkouts/SwinjectAutoregistration/Carthage/Build/Swinject.xcframework'. (in target 'SwinjectAutoregistration-iOS' from project 'SwinjectAutoregistration') carthage build --platform iOS --cache-builds SwinjectAutoregistration carthage 0.38...
- Increase deployment targets of all platforms to lowest possible version which is compatible with xCode 14.3 - Use new version of Swinject 2.8.4 - Update lib version to 2.8.4
Our company makes heavy use of Swinject and SwinjectAutoregistration with Quick and Nimble. # Problem: repeated boilerplate service resolution when using protocols When we write tests, we found we used...
This might just be a compiler issue, not really sure what's going on here, but I'm logging it so it can be referenced. When building to a device with OS17.x...