How to make libtiff for an Xcode project and an iOS application?

后端 未结 2 1096
一整个雨季
一整个雨季 2021-01-27 06:24

I have been searching up and down stackoverflow and Google for the correct way to compile and add the libtiff library to my existing iOS project in Xcode.

W

2条回答
  •  心在旅途
    2021-01-27 06:34

    Here are the steps for adding a library to your iOS project in XCode 4.6.2 (should be similar in old versions of XCode):

    • Click on your project name in the project navigator (left pane)
    • Click on your Target and select "Build Phases"
    • Under "Link Binary With Libraries" click "+" (at the end of the existing list)
    • Select "Add Other.." button in the popover window, it will open the file browser window
    • Browse to and select the library that you want to add and click "Open"

提交回复
热议问题