File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 bundler-cache : true
4848
49+ # As the DistributionSample project uses local SPM, xcodebuild resolves SPM dependencies for all
50+ # sample projects. The Package.swift references binary targets, which in release branch commits points
51+ # to non-existent download URLs. This creates chicken-egg failures when building these sample apps for
52+ # a release commit build. When building these sample apps for a release commit, xcodebuild tries to
53+ # resolve all SPM dependencies, including the binary targets pointing to these non-existent URLs. The
54+ # sample projects don't use SPM for including Sentry. Only the DistributionSample uses local SPM.
55+ # Therefore, we only keep the local DistributionSample reference in the Package.swift as a workaround.
56+ - name : Only keep distribution lib and target in Package.swift
57+ run : ./scripts/prepare-package.sh --only-keep-distribution true
58+
4959 - run : make init-ci-build
5060 - run : make xcode-ci
5161
You can’t perform that action at this time.
0 commit comments