1. 把GPUImage.xcodeproj 拖到你的Xcode project
創(chuàng)新互聯(lián)服務(wù)電話:028-86922220,為您提供成都網(wǎng)站建設(shè)網(wǎng)頁設(shè)計及定制高端網(wǎng)站建設(shè)服務(wù),創(chuàng)新互聯(lián)網(wǎng)頁制作領(lǐng)域十余年,包括成都邊坡防護(hù)網(wǎng)等多個方面擁有豐富的網(wǎng)站制作經(jīng)驗,選擇創(chuàng)新互聯(lián),為企業(yè)錦上添花!
2. 在app的target依賴設(shè)置里面添加GPUImage.a作為Target Dependency
3. 在build phase的Link Binary With Libraries, 把libGPUImage.a加進(jìn)來.
4. 添加下面這些系統(tǒng)framework:
CoreMedia
CoreVideo
OpenGLES
AVFoundation
QuartzCore
5. 頭文件搜索路徑: project's build settings, 把GPUImage的source和source下的iOS目錄加到搜索路徑里, 使用相對路徑和遞歸.
6. 包含下面這個頭文件:
#import "GPUImage.h"
7. target-build setting里面,other linker flags 里面添加 -fobjc-arc -ObjC 這兩項