What’s the correct way to configure Xcode 4 workspaces to build dependencies when needed?

Editing the scheme (swapping around build targets, un-/check “Parallelize Build” and/or “Find Implicit Dependencies”) didn’t work for me. I still had to clean build the project, after any code change in the static lib. Searching the dev forums, I finally found this answer, which worked wonders. Make sure the Identity and Type inspector is showing … Read more

What is Referencing outlet collection in Xcode4 Interface Builder?

The IBOutletCollection is a way to group IBOutlets. Imagine that you have 3 or 4 UILabels, on which you will apply a style (font, backgroundColour, opacity, etc). With a IBOutletCollection, it becomes trivial to do this. First you need to define your IBOutletCollection: @property (nonatomic, retain) IBOutletCollection(UILabel) NSArray *labelsCollection; (notice the type we are putting … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)