You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results.checkError(.equal("App Clips are not available when building for Mac Catalyst."))
115
115
results.checkNoFailedTasks()
116
116
}else{
117
-
results.checkError(.equal("Your target is built for macOS but contains embedded content built for the iOS platform (BarClip.app), which is not allowed."))
117
+
results.checkError(.or(
118
+
.prefix("Your target is built for macOS but contains embedded content built for the iOS platform (BarClip.app), which is not allowed."),
119
+
.prefix("This target is built for macOS but contains embedded content (BarClip.app) built for iOS, which is not allowed.")
0 commit comments