Swinject / SwinjectAutoregistration

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

arm64 is missing from ARCHS #66

Closed pshirshov closed 3 years ago

pshirshov commented 3 years ago

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?

captainOfM commented 3 years ago

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

serg-vinnie commented 3 years ago

same issue

serg-vinnie commented 3 years ago

made pull request with fix #68

yoichitgy commented 3 years ago

Merged PR #68. Thank you😃