0

Can anyone help me to solved this xcode error?

error :   "_CGAffineTransformScale", referenced from:

Is Xcode missing any library for CGAffineTransformScale ?

BenMorel
  • 34,448
  • 50
  • 182
  • 322

1 Answers1

1

Make sure that the CoreGraphics framework is added to the project.

TechZen
  • 64,370
  • 15
  • 118
  • 145