Adam
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 What is the best way to deal with imports?
When I was using XCode, I found that I wanted to have most of my headers all pulled in through the precomiled headers file (.pch).Now that AppCode is so good at managing/fixing imports, I'm wonderi... -
创建于 How do I get more warnings to show up in build messages?
I have noticed that XCode will show me warnings during the build that AppCode seems to miss or hide (or not flag to show)In this case it is the incomplete implementation warning.I am able to see th... -
创建于 Errors resolving BOOL and NSString
For some reason I'm seeing errors in the code editor "Can't resolve type 'BOOL'" and "Can't resolve type 'NSString'"While these show up just fine in XCodeEverything builds just fineI must be just d...