iOS 7 Printing dialog messed up

Hello,
I’m in the Codea Runtime in the iOS 7 simulator, and when I print to the console, it only shows the bottom line of pixels of the text. If you could fix this, that’d be great.
Thanks!

We cannot fix this issue at this point in time. iOS 7 is unreleased and you are not able to submit apps to the App Store compiled the iOS 7 SDK, so our export libraries are built with iOS 6.

You are linking an iOS 6 static library into an iOS 7 beta SDK, this is not something we can fix for you. The bug might even be due to the current iOS 7 beta rather than the output dialog (I’ll have to test to know for sure).

Simeon - Thanks. It’s not a big deal, I only use print every once in a while.