[상황]
UIWebView로 화면을 Rotate했을 때 발생하는 버그.
[Debug]
malloc: *** error for object 0x2891000: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
다음과 같은 디버그는.. Simulator SDK 3.0에서 발생하는 버그다.
[해결]
SDK를 3.0 -> 3.1로 변경.
[참고 URL]
http://stackoverflow.com/questions/1424210/iphone-development-pointer-being-freed-was-not-allocated
==============================================================================
[상황]
In App Purchase 상태에서 구매 하려 할 때... [Debug] [해결] In App Purchase를 on 하기 전에 했던 프로파일을 사용한 경우 발생. In App Purchase on 및 새로운 장비 등록 후에는 잊지 말고 프로파일을 변경하여 적용 시켜주자! 즉, 프로파일을 다시 받아서 적용 시키면 됨. ㅎ Error Domain=SKErrorDomain Code=0 UserInfo=0x297f00 "Cannot connect to iTunes Store"