Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 9.3.2, Release 10.0.0
-
Component/s: iOS
-
Labels:
-
Story Points:3
-
Sprint:2021 Sprint 1, 2021 Sprint 2, 2021 Sprint 3
Description
In Objc based module if we add swift file and build, it is failing with error -
error: using bridging headers with module interfaces is unsupported.
|
The reason is that we are using BUILD_LIBRARY_FOR_DISTRIBUTION=YES for building module. Ideally it should be used when we build for framework. For static libraries it should be default. Some details can be found here and here .