diff --git a/Makefile b/Makefile index 05cee9b89..cc4fb62e3 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ buildExamples: \ buildExamplePodsStatic \ buildExamplesPlatforms: + set -o pipefail && xcrun xcodebuild -downloadAllPlatforms set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExample -destination generic/platform=ios | xcpretty #ios set -o pipefail && xcrun xcodebuild clean build -scheme PostHogExample -destination 'platform=visionOS Simulator,name=Apple Vision Pro' | xcpretty #visionOS set -o pipefail && xcrun xcodebuild clean build -scheme PostHogObjCExample -destination generic/platform=ios | xcpretty #ObjC