Swinject / SwinjectAutoregistration

Swinject extension to automatically register your services
MIT License
251 stars 45 forks source link

Build fails on Carthage without xcframeworks #83

Closed battlmonstr closed 2 months ago

battlmonstr commented 2 years ago

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 xcode 13.1

bradfol commented 6 months ago

Were you able to find a solution for this?