What does the “Embedded Content Contains Swift Code” build setting in Xcode 6 do?
问题 It's a new setting under "Build Options". What does it do? I can't seem to find any documentation about it. My guess is this: Does it have to be set to YES in a mixed Objective-C/Swift app to tell Xcode to link against the Swift Runtime? 回答1: It does not need to be Yes for linking. This setting is only for when you have a pure Objective-C target that depends on a mixed-source or pure Swift target. Description: Enable this setting to indicate that content embedded in a target's product