Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift - CGAffineTransformInvert: singular matrix. UITextView & iAd

I have View Controller with UITextView and in the bottom I have iAds.

When I access the View Controller I get an error: <Error>: CGAffineTransformInvert: singular matrix. Why?

Everything works fine, but when I change from Portrait to Landscape or vice-versa I get this error twice.

Maybe something is wrong with the UITextView and the iAds?

like image 971
Bogdan Bogdanov Avatar asked Jul 13 '14 23:07

Bogdan Bogdanov


1 Answers

That's absolutely ok. Dont worry about this. That's Xcode trouble. iAd would working fine in production.

like image 131
mutant_america Avatar answered Oct 17 '22 09:10

mutant_america