iphone - Different behavior development production -
i'm experience weird problem. i'm developing ios (iphone) application , i'm testing hockey app. experience different behavior between development , production. in circustamahce (some of them reproducible other not) application crash when it's running in production , don't experience same problem when install same application using xcode on testing device.
all of crash are:
exception type: sigsegv exception codes: segv_accerr @ 0xb crashed thread: 0 i'm assume memory management error (even if i'm using arc have done wrong) question is: why application behaving differently in 2 environment? how can reproduce these problem on local device?
Comments
Post a Comment