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?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope