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

store cgpoint in userdefaults iOS swift

libc++abi: terminating due to uncaught exception of type NSException iOS swift