Just encounter some build problem in 10.7 with latest sunpinyin git:
1)when compiling xib there’s a warning says TableViewColumns identifier expects NSString in 10.7, it could be fixed by manually set the TableViewColumn’s identifier to a string in Interface Builder. And note: manually set the english version xib, the zh_CN version will be auto generated
2)an build error suggest cp’s usage: in the build phrase, add quotation mark with the directory part, there could be space in the path
p.s. the diff file for the changes is here