error: expected a property attribute before 'strong'

备注:今天用最新的 myLauncher (https://github.com/Jarada/myLauncher)代码时发现 里面用了stong 在xcode4.1时编译不通过
用xcode4.2 打开项目是直接提示 error: expected a property attribute before 'strong'   把strong 换成retain 就可以,折腾了好一会,最终用下面的方法得以解决即    在 Build Settings 裡,把 Compiler 改成 Apple LLVM compiler 3.0 就可以了

你可能感兴趣的:(apple,Build,compiler,XCode4)