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
- See the last two commit messages for more context.
- It seems that one can import the generated bridging header and if it
is imported, it must be imported before the generated Swift header.
Copy file name to clipboardExpand all lines: Fixtures/MixedTargets/BasicMixedTargets/Tests/MixedTargetWithCustomModuleMapTests/ObjcMixedTargetWithCustomModuleMapTestsViaGeneratedBridgingHeader.m
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
#import<XCTest/XCTest.h>
2
2
3
+
// IMPORTANT: The generated "bridging" header must be imported before the
0 commit comments