Totally stumped here, need help please...
1. Open Xcode
2. Project > Archive
3. Build Failed with 15 errors
4. ViewController.mm error: No matching constructor for initialization of 'OFDelegate'
5. LinkedList.m error: Subscript requires size of interface node which is not constant in non-fragile ABI
** This would build successfully in previous versions of Xcode
I expect to see build successful and instead I see failed build with 15 errors
I am using Xcode v4.2 on Mac OS X 10.7.2 Lion.
Build errors: Screenshot #1:
Screen Shot 2011-12-13 at 9.06.40 AM.png Screenshot #2:
Screen Shot 2011-12-13 at 9.06.54 AM.png