All about linking libraries
try! Swift Tokyo Conference 2019 - try! Swift is an immersive community gathering about Apple Technologies, Swift Language Best Practices, Application Development in Swift, Server-Side Swift, Open Source Swift, and the Swift Community in Tokyo! Topic - All about linking libraries Speaker - Kishikawa Katsumi Twitter - https://twitter.com/k_katsumi Bio - iOS Developer. Love to create small tools for developers. Abstract - When developing an iOS application, you rarely do not use libraries or framework. We use OS provided frameworks such like UIKit and Swift standard libraries. We also use useful third-party libraries. a At the same time, everyone may have suffered from link errors, duplicate symbols, weird error messages from package managers. It is difficult to solve link errors because the cause of the problem comes from various things such as project setting, the library is static or dynamic, distribution method of the library or execution environment (on device or simulator). Learning the mechanism of the link makes you possible to solve the problems. In this talk, I will explain about a library and framework which can be used for iOS applications and explain the mechanism of how external libraries will be linked with your applications. Presentation Link - https://speakerdeck.com/kishikawakatsumi/all-about-linking-libraries try! Swift Tokyo Twitter - https://twitter.com/tryswiftconf try! Swift New York Twitter Hashtag - https://twitter.com/hashtag/tryswiftconf try! Swift Website - https://www.tryswift.co/ try! Swift Conference Photos - https://www.flickr.com/photos/tryswift/albums try! Swift Conference Contact - tokyo@tryswift.co try! Swift Conference © 2019 - Powered by NatashaTheRobot