We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df6098 commit bcc72e4Copy full SHA for bcc72e4
Tuist/Package.swift
@@ -6,7 +6,16 @@
6
7
let packageSettings = PackageSettings(
8
productTypes: [
9
+ // Nimble and its dependencies must be dynamic frameworks
10
+ // to fix "Attempted to report a test failure to XCTest while no test case was running"
11
+ // See: https://github.com/Quick/Nimble/issues/1101
12
"Nimble": .framework,
13
+ "NimbleObjectiveC": .framework,
14
+ "CwlPreconditionTesting": .framework,
15
+ "CwlPosixPreconditionTesting": .framework,
16
+ "CwlCatchException": .framework,
17
+ "CwlMachBadInstructionHandler": .framework,
18
+ // Other frameworks
19
"SnapshotTesting": .framework, // default is .staticFramework,
20
"RevenueCat": .framework,
21
"RevenueCatUI": .framework,
0 commit comments