Xcode4 Create Static Library from Existing Project

前端 未结 1 700
故里飘歌
故里飘歌 2021-01-16 13:13

Having trouble creating a static library in XCode4. I have been following this helpful tutorial:

But I keep running into the same problem. How do you create a librar

相关标签:
1条回答
  • 2021-01-16 13:31

    Select
    Target-> Build Settings
    In the Linking Section Change the Mach-O Type to Static Library

    enter image description here

    You Can Try this for making your static library usage smart

    0 讨论(0)
提交回复
热议问题