Final application with signal 6 in xcode

my project works fine when I don't upgrade xcode to ios 6 .. but after updating this error ...

collect2: ld terminated with signal 6 [Interrupt trap: 6] ld (22918,0x7fff72e6f960) malloc: * error for object 0x7fe300c4d130: the pointer was not freed * set breakpoint in malloc_error_break for debugging Command /Applications/Xcode.app/Contents/Dvelop /Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1

I tried a lot to find this on the net, but did not find problems with similer or any solution. you need help soon ....

+5
source share
4 answers

. UserDefault. , UserDefault ( ), , . UserDefault , struct. : - 6. , dictionary. .

+1

6. , UIStoryboard at Build as: iOS , UIDevice. .

, , , , , .

, File Inspectore:

enter image description here

0

This is due to updating the user interface in the background thread. You must change the user interface in the main thread.

0
source

Suddenly this happens to me, clarity and assembly solve my problem.

0
source

All Articles