Re: What is going on with CALayer
Re: What is going on with CALayer
- Subject: Re: What is going on with CALayer
- From: Luke the Hiesterman <email@hidden>
- Date: Fri, 31 Jul 2009 15:18:55 -0700
Did you include QuartzCore in your project's linked frameworks?
Luke
On Jul 31, 2009, at 3:18 PM, Agha Khan wrote:
HI:
This is very strange problem.
This code works fine with OS 2.2 but does not work with OS 3.x
Can someone point me why it failed?
Your help will be very much appreciated.
Best regards
-Agha
But why?
// NumberLayer.h
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
@interface NumberLayer: CALayer
{
}
@end
and now NumberLayer.m file
#import "NumberLayer.h"
@implementation NumberLayer
@end
".objc_class_name_CALayer", referenced from:
".objc_class_name_NumberLayer in NumberLayer.o
symble(s) not found
collect2: Id returned 1 exit status
Build failed (1 error)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden