Skip to content

Commit 877424e

Browse files
authored
BUILD_LIBRARY_FOR_DISTRIBUTION is reverted back to Xcode default (MobileNativeFoundation#83)
This setting is incompatible with ObjC bridging header Clients lose Swift-ObjC interop Signed-off-by: Mert Buran <[email protected]>
1 parent 69bbd1b commit 877424e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Resources/xcconfigs/UniversalFramework_Framework.xcconfig

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ TARGETED_DEVICE_FAMILY[sdk=appletv*] = 3
2323
TARGETED_DEVICE_FAMILY[sdk=watchsimulator*] = 4
2424
TARGETED_DEVICE_FAMILY[sdk=watch*] = 4
2525

26-
BUILD_LIBRARY_FOR_DISTRIBUTION = YES
27-
2826
ENABLE_BITCODE[sdk=macosx*] = NO
2927
ENABLE_BITCODE[sdk=iphonesimulator*] = YES
3028
ENABLE_BITCODE[sdk=iphone*] = YES

0 commit comments

Comments
 (0)