--- layout: post title: "Behind the Scenes of the Xcode Build Process" subtitle: "WWDC 2018" date: 2018-06-26 22:45:13 -0000 background: '/img/posts/wwdc18.png' --- Behind the Scenes of the Xcode Build Process

Behind the Scenes of the Xcode Build Process

WWDC 2018

Behind the Scenes of the Xcode Build Process

WWDC 2018

Where Do Dependencies Come From?

Avoid Auto-Link for Project Dependencies

It won’t guarantee that the target you depend on is actually built before you try to link against it.

Potential Modules Pitfalls

NS_SWIFT_NAME( )

Objective-C name → Swift name

@objc ( )

Swift name → Objective-C name