Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
This example reproduces two issues that can happen after stopping bundle generation for static frameworks and validates the fixes:
Bundle.module when running under xctest even if the app target does not link XCTest.default.metallib is available at runtime.StaticResourcesFramework is a static framework with a bundled Message.txt resource.StaticMetalFramework is a static framework that only contains a .metal file.AppTests reads the resource via Bundle.module from StaticResourcesFramework.App is a SwiftUI app that should embed StaticMetalFramework.framework so default.metallib is present.From this directory:
tuist generateOptionally run tests on a simulator:
tuist test App --device "<available simulator name>"