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.

enter image description here

don't forgot import frameworks in swift file.

import uikit import corelocation 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -