`

xcode 4 Add Existing Framework

 
阅读更多
现在的记性十分不好!老是记不住xcode 4如何Add Existing Framework ,记下来才行!
   
select your project,
    
select the target,
   
go to the 'build phases' tab,
   
open the 'Link binary with Libraries' disclosure triangle
    
Use the + to add the library you want
分享到:
评论

相关推荐

    Xcode 3.2.6下将静态库源代码导入项目

    4. 对于依赖的框架和库,右键点击“Targets”中的“demo1lib”,选择“Get Info”,在“General”标签页下的“Linked Libraries”部分,添加必要的framework和静态库(lib)。 5. 同样,右键点击“Targets”中的...

    Advanced Apple Debugging & Reverse Engineering v0.9.5

    In this chapter, you'll learn additional ways DTrace can profile code, as well as how to augment existing code without laying a finger on the actual executable itself. 27. DTrace vs objc_msgSend In ...

    Building iPhone Apps with HTML, CSS, and JavaScript

    You’ll find guidelines for converting your product into a native iPhone app using the free PhoneGap framework. And you’ll learn why releasing your product as a web app first helps you find, fix, ...

    iOS 语音聊天实现思路以及部分代码

    在 Xcode 项目中,选择目标,点击“Add”按钮,然后选择“Existing Frameworks…”,最后选择 AVFoundation.framework。 接下来,我们需要引入两个类库,分别是 AVFoundation.h 和 CoreAudioTypes.h。在.h 文件中,...

    IOS语音聊天实现

    具体操作包括展开项目面板,找到Targets,右键点击目标项目,选择"Add > Existing Frameworks…",然后选择AVFoundation.framework并添加。 在实现录音功能之前,需要先配置音频会话(AVAudioSession)。音频会话...

Global site tag (gtag.js) - Google Analytics