help in Xcode troubleshooting for newbie
  #1 (permalink)  
Unread 11-27-2009, 12:19 AM
RobbieWill RobbieWill is offline
Junior Member
 
Join Date: Nov 2009
Posts: 1
Default help in Xcode troubleshooting for newbie

Hi all
I have just bought MacBook to start Iphone app programming.

I installed Xcode 3.2 from the installation DVD of Mac.
Then I tried doing the sample tutorial from
Mac Dev Center: Interface Builder User Guide: Interface Builder Quick Start

The Quartz Composer View that I was building was working fine till I was adding Pause and Play button.

When I was creating AppController classes as it was told there, I got 3 errors and the build is failed. Now I am stuck there and could not proceed any further.

Should I have to change any settings or do anything more than just installing XCode to run the program?

The errors that I got in the program was:


Build QCDemo of project QCDemo with configuration Debug

Ld build/Debug/QCDemo.app/Contents/MacOS/QCDemo normal i386
cd /QCDemo
setenv MACOSX_DEPLOYMENT_TARGET 10.5
/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/QCDemo/build/Debug -F/QCDemo/build/Debug -filelist /QCDemo/build/QCDemo.build/Debug/QCDemo.build/Objects-normal/i386/QCDemo.LinkFileList -mmacosx-version-min=10.5 -framework Cocoa -framework Quartz -o /QCDemo/build/Debug/QCDemo.app/Contents/MacOS/QCDemo

Undefined symbols:
"__Block_object_dispose", referenced from:
___destroy_helper_block_1 in AppController.o
___destroy_helper_block_1 in AppController.o
"__Block_object_assign", referenced from:
___copy_helper_block_1 in AppController.o
___copy_helper_block_1 in AppController.o
"__NSConcreteStackBlock", referenced from:
__NSConcreteStackBlock$non_lazy_ptr in AppController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status



Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 10:53 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28