@@ -198,19 +198,19 @@ jobs:
198198 run : xcodebuild -project "Examples/Movie Timecode/Movie Timecode.xcodeproj" -resolvePackageDependencies | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
199199 - name : Movie Timecode - Build (macOS)
200200 run : xcodebuild build -project "Examples/Movie Timecode/Movie Timecode.xcodeproj" -scheme "Movie Timecode" -destination "generic/platform=macOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
201- - name : Movie Timecode - Build (iOS)
202- run : xcodebuild build -project "Examples/Movie Timecode/Movie Timecode.xcodeproj" -scheme "Movie Timecode" -destination "generic/platform=iOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
201+ - name : Movie Timecode - Build (iOS) # by targeting a simulator device, we bypass requiring a Developer Team ID
202+ run : xcodebuild build -project "Examples/Movie Timecode/Movie Timecode.xcodeproj" -scheme "Movie Timecode" -destination "generic/platform=iOS Simulator,name=Any iOS Simulator Device " | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
203203
204204 - name : Timecode UI - Resolve Package Dependencies # needed because sometimes xcodebuild fails otherwise
205205 run : xcodebuild -project "Examples/Timecode UI/Timecode UI.xcodeproj" -resolvePackageDependencies | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
206206 - name : Timecode UI - Build (macOS)
207207 run : xcodebuild build -project "Examples/Timecode UI/Timecode UI.xcodeproj" -scheme "Timecode UI" -destination "generic/platform=macOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
208- - name : Timecode UI - Build (iOS)
209- run : xcodebuild build -project "Examples/Timecode UI/Timecode UI.xcodeproj" -scheme "Timecode UI" -destination "generic/platform=iOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
208+ - name : Timecode UI - Build (iOS) # by targeting a simulator device, we bypass requiring a Developer Team ID
209+ run : xcodebuild build -project "Examples/Timecode UI/Timecode UI.xcodeproj" -scheme "Timecode UI" -destination "generic/platform=iOS Simulator,name=Any iOS Simulator Device " | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
210210
211211 - name : Timecode Math - Resolve Package Dependencies # needed because sometimes xcodebuild fails otherwise
212212 run : xcodebuild -project "Examples/Timecode Math/Timecode Math.xcodeproj" -resolvePackageDependencies | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
213213 - name : Timecode Math - Build (macOS)
214214 run : xcodebuild build -project "Examples/Timecode Math/Timecode Math.xcodeproj" -scheme "Timecode Math" -destination "generic/platform=macOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
215- - name : Timecode Math - Build (iOS)
216- run : xcodebuild build -project "Examples/Timecode Math/Timecode Math.xcodeproj" -scheme "Timecode Math" -destination "generic/platform=iOS" | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
215+ - name : Timecode Math - Build (iOS) # by targeting a simulator device, we bypass requiring a Developer Team ID
216+ run : xcodebuild build -project "Examples/Timecode Math/Timecode Math.xcodeproj" -scheme "Timecode Math" -destination "generic/platform=iOS Simulator,name=Any iOS Simulator Device " | xcbeautify --renderer github-actions && exit ${PIPESTATUS[0]}
0 commit comments