I'm getting a SIGABRT error in the subview exercise. Xcode 4 is complaining about the following lines of code:
Code:
productImage.image = image;
The same is error generated with the following code as well:
Code:
flagImage.image = image;
Any ideas on what I am doing wrong?
Has anyone gotten this to work in Xcode 4?