You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the default architecture/target list to include only the
architectures we care about:
- iOS Simulator i386
- iOS Simulator x86_64
- iOS ARM64
- iOS ARMv7s
- iOS ARMv7
- macOS x86_64
Note that we need i386 and ARMv7 iOS Simulator builds due to the minimum
SDK version requirements we use. macOS has been x86_64-only for a while.
Currently we do not support tvOS and watchOS, so don't build frameworks
for those targets by default.
The full set of available targets has been updated to include all that
for future reference.
0 commit comments