Fix an archiving issue with Xcode 11 beta 3
See https://github.com/scinfu/SwiftSoup/issues/116 for more details.
This commit is contained in:
parent
375416f9cc
commit
546aef4049
|
@ -1476,6 +1476,7 @@
|
|||
SDKROOT = appletvos;
|
||||
SKIP_INSTALL = YES;
|
||||
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
||||
SWIFT_VERSION = 4.2;
|
||||
TARGETED_DEVICE_FAMILY = "1,2,3";
|
||||
|
|
Loading…
Reference in New Issue