swift - UIKit.framework and CoreGraphics.framework are not found in Linked Frameworks and Libraries -
i want add 2 frameworks in project when go project navigator , select general tab further gone linked frameworks , libraries options choose frameworks , libraries add: these frameworks not found in list.
you need copy framework project add manually.
go build phases > link binary libraries > + > add other.

don't forgot import frameworks in swift file.
import uikit import corelocation
Comments
Post a Comment