Can't build iphone project in xcode with CATRansform3DMakeRotation
Posted
by Peter Pajchl
on Stack Overflow
See other posts from Stack Overflow
or by Peter Pajchl
Published on 2010-05-21T14:36:01Z
Indexed on
2010/05/21
14:50 UTC
Read the original article
Hit count: 213
Hi,
I need to use CATRansform3DMakeRotation function in my project, but when I try to compile I get an build error
Undefined symbols:
"_CATransform3DMakeRotation", referenced from:
if I comment the function out the project builds fine.
Any ideas why is this happening?
© Stack Overflow or respective owner