Swinject / SwinjectAutoregistration

Swinject extension to automatically register your services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm64 is missing from ARCHS

pshirshov opened this issue · comments

Swinject itself builds for M1 Macs, but for some reason SwinjectAutoregistration doesn't:

SwinjectAutoregistration on  master
❯ grep ARCHS .
./Configurations/Base/Common.xcconfig
11:ARCHS = $(ARCHS_STANDARD)

./Configurations/Mac OS X/Mac-Base.xcconfig
19:VALID_ARCHS = x86_64

Could you please fix that?

i have same issue with new carthage 0.37.0 version and xcframeworks.

same issue

made pull request with fix #68

Merged PR #68. Thank you😃