Three20在Xcode4 5下編譯錯誤問題

2022-08-01 07:30:18 字數 398 閱讀 1293

解決辦法:

只需要在project > frameworks > three20ui.xcodeproj > source > additions > uiviewadditions.h / uiviewadditions.m 檔案

開啟uiviewadditions.h 檔案查詢(command+f) -- #ifdef

將 #ifdef debug 

替換成 

#ifdef debug_touches

uiviewadditions.m也一樣即可解決!

#ifdef 

debug 

中的是debug時才執行的語句

改為#ifdef 

debug_touches 

應該是讓這些語句在debug的時候不執行

Xcode4匯入Three20開源庫

xcode4匯入three20開源庫 2 新建乙個xcode4工程,名為hellothree20,工程的結構如下 如果這個工程是開啟的,請把它關閉。免得匯入three20後,xcode會出現工程已經被修改的提示。3 在terminal中使用命令,匯入three20 cd到three20的解壓目錄,有...

XCode4配置three20,自己記錄下

2。在解壓目錄下src three20下的three20.xcodeproj拖到自己的工程裡,在彈出的對話方塊中destination欄 copy items into destination group s folder 不要選中,addto targets欄中選中自己的工程target,並不是u...

如何移除Three20中private API

那些非public的api如下 firstresponder uitouch.locationinwindow uitouch.phase uitouch.previouslocationinwindow uitouch.tapcount uitouch.timestamp uitouch.touc...