Hi Team,
I'm using XCode Version 8.2.1 (8C1002). My Xcode project was working fine for many days. When the MacBook was freezing, i had to force restart the MacBook. After that, when running the project in Xcode connected with my iPhone, the app gets stuck at the following line in Main.M file.
int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
The console shows the following MALLOC error.
malloc: *** error for object pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
When i run the same project using remote connection in my IMac , this error is not there. everything works just fine.
As the same project works fine in other Mac computer and seems more related to MacBook Xcode corruption after force restart, i tried to uninstall the XCode and reinstall it again. But the issue seems to be still there.
Is there any solution to this issue without formatting the MacBook and installing everything again?
Thanks,
Annadurai.