>> I drag the archived and exported framework directly into the project to useHaving a project item for the framework isn't enough. You have to tell Xcode that the app target links against the framework, and (assuming you want the framework to be incorporated into the app bundle) you have to tell Xcode to embed the framework.You do these things by selecting the project item in the navigator, then selecting the app target, then in the General tab, add the framework to either the Embedded Binaries section or the Linked Frameworks and Libraries section.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: