Search code examples
iosxcodecredit-card

How to include Private Framework in Xcode for iPhone?


I have to read the credit card details through credit card reader device. For that I need to include IDTech.Framework in my application. How to do that?


Solution

  • You can just drag the framework into the project navigator. Alternately you can go to the project build phases, look for the "Link Binary With Libraries" section, and click the "+" on the bottom to add he framework.