How to add existing Frameworks in XCode iOS swift

Solution:

In your project Xcode select the project.

Select your target.Then goto build phases tab


 

select link binary with libraries.Select the + button and add your framework to the project and use that.

Comments

Popular posts from this blog

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift