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
I've got this project (Workspace.swift + Project.swift) where I want to include https://github.com/pointfreeco/swift-snapshot-testing. When I run my snapshot tests from XCode, all is well. However, when I run xcodebuild -workspace MyApp.xcworkspace -quiet build CODE_SIGNING_ALLOWED="NO" -scheme MyApp-Workspace I get the following error:
MyApp/ios/DesignSystem/SnapshotTests/MyViewSnapshotTest.swift:2:8: error: no such module 'SnapshotTesting'
import SnapshotTesting
^
What happened?
I've got this project (
Workspace.swift
+Project.swift
) where I want to include https://github.com/pointfreeco/swift-snapshot-testing. When I run my snapshot tests from XCode, all is well. However, when I runxcodebuild -workspace MyApp.xcworkspace -quiet build CODE_SIGNING_ALLOWED="NO" -scheme MyApp-Workspace
I get the following error:How do we reproduce it?
MyApp.zip
To reproduce:
Run tuist install && tuist generate
xcodebuild -workspace MyApp.xcworkspace -quiet build CODE_SIGNING_ALLOWED="NO" -scheme MyApp-Workspace
Error log
log.txt
macOS version
15.4.1 (24E263)
Tuist version
4.48.2
Xcode version
16.3.0
The text was updated successfully, but these errors were encountered: