Devs,

I am getting this error:

EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode 0x0)

over this line of code:

if self.contentView!.frame.size.width > photo.size.width {
                    docRect.size.width = self.contentView!.frame.size.width
                    imageLocation.origin.x = 
(self.contentView!.frame.size.width - photo.size.width) / 2.0
                }

I am using XC6 beta 6. Has any encountered this? Any guidance on resolving the 
issue? Thanks.
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to