Adam
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created 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... -
Created 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... -
Created 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...