I want to add two frameworks in my project but when i am go to project navigator and select general tab than further gone to Linked Frameworks and Libraries options choose frameworks and libraries to add: these Frameworks are not found in the list.
Asked
Active
Viewed 940 times
2 Answers
0
You need to copy the framework into your project then add it manually.
Go to Build Phases > Link Binary With Libraries > + > Add Other.

Don't forgot to import the frameworks in your swift file.
import UIKit
import CoreLocation
Nurdin
- 23,382
- 43
- 130
- 308
0
I am facing problem somedays but no approach is fixed to my problems... but when i re-install my Xcode 6.1.1 than all the Frameworks are shows in the list...
RAMA
- 59
- 11