Skip to content

Commit 4b9f961

Browse files
authored
Resolve Bazel dylib issue due to aggressive code stripping (#321)
The dylib being generated internally is code stripping private vars incorrectly. This should resolve it. ## Checklist N/A / validated by internal CI - [X] Unit Tests - [X] UI Tests - [X] Snapshot Tests (iOS only) - [X] I have made corresponding changes to the documentation
1 parent 8ef3944 commit 4b9f961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WorkflowUI/Sources/Screen/ScreenViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ open class ScreenViewController<ScreenType: Screen>: WorkflowUIViewController {
4444
ScreenType.self
4545
}
4646

47+
@_alwaysEmitIntoClient
4748
private var previousEnvironment: ViewEnvironment
4849

4950
public required init(screen: ScreenType, environment: ViewEnvironment) {

0 commit comments

Comments
 (0)