diff --git a/Makefile b/Makefile index 01d232f8..d65301ba 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ analyze: @DERIVED_DATA="$$(mktemp -d)"; \ XCODEBUILD_LOG="$$DERIVED_DATA/xcodebuild.log"; \ xcodebuild \ - -scheme "$(target)" \ + -scheme "$(target)-Package" \ -destination "$(destination)" \ -derivedDataPath "$$DERIVED_DATA" \ -configuration "Debug" \