Finally got phone to test 64bit app. Affine transformation produces random values on phone, which cause app crash. It works on 64 bit simulator. There is no workaround.
reading transform from any view = crash after 2 transformations. Strange that transform values are same for CGAffineTransformIdentity and reading from view = {1, 0, 0, 1, 0, 0} but instant crash is when matrix is initialized by CGAffineTransformIdentity.
Sorry for delay, was hard day
Prepared sample code. Your example works for me too. I just figured out, that it crash when used in animateWithDuration block.
Something is wrong with new update. Cannot deploy anything to phone
I got error:
’/Users/me/Library/Application Support/RemObjects Software/Oxygene/CrossBox/9dd29081-3310-4810-bca7-62667a7c2cda-affine64/Debug/iOS/Affine64.app
I checked this path on mac and /Debug/iOS directory not exists
[EDIT]
Selecting phone as target, iOS Simulator directory is created in crossbox cache folder.
So even build for device not works. It’s only simulator version now
Any tip how to fix it fast?
[EDIT2] Found problem!
Problem is with crossbox. It’s not updated and not want to be updated when clicking on “update crossbox server”. As I remember, somone report that previous crossbox icon is displayed as orange and update cause to change name of crossbox to ~crossbox.app in apple. By manually delete old, move crossbox.zip and install it on mac, solve problem.