We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea738 commit d068f6fCopy full SHA for d068f6f
circle.yml
@@ -18,6 +18,9 @@ jobs:
18
- v1-dep-{{ .Branch }}-
19
- v1-dep-master-
20
- v1-dep-
21
+ - run:
22
+ name: export XCODE_XCCONFIG_FILE
23
+ command: export XCODE_XCCONFIG_FILE=$PWD/tmp.xcconfig
24
- run:
25
name: Bootstrap Carthage
26
command: carthage update --no-use-binaries
tmp.xcconfig
@@ -0,0 +1,2 @@
1
+EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64=arm64 arm64e armv7 armv7s armv6 armv8
2
+EXCLUDED_ARCHS=$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))
0 commit comments