devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.45k stars 435 forks source link

Swift Complier Error in Xcode 12 #259

Closed vulgur closed 4 years ago

vulgur commented 4 years ago

Always got error Could not find module 'DeviceKit' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64, no matter integrated by SPM or Cocoapods

vulgur commented 4 years ago

Solved by setting VALID ARCHS to $(inherited)