Error when run cc.game.restart() in IOS

After hot update, I use cc.game.restart() to restart the game to make all scripts take effect. In ios, app crash after restart game, below is my log, please help me, thank all

Download percent : 51.284515380859375 | File percent : 0 | Asset : update.zip
Download percent : 79.32222747802734 | File percent : 0 | Asset : update.zip
Download percent : 100 | File percent : 0 | Asset : update.zip
Download percent : 100 | File percent : 100 | Asset : 
Update finished. 
SearchPaths: /var/mobile/Containers/Data/Application/8E7EF2FD-48D6-487E-8B0F-8921F3DD5874/Documents/assets/
Restart game
basic_object_finalize 0x105342550 ...
basic_object_finalize 0x105342580 ...
basic_object_finalize 0x1053421f0 ...
jsbindings: finalizing JS object 0x105342220 (WebSocket)
basic_object_finalize 0x1053422b0 ...
basic_object_finalize 0x1053423d0 ...
Test Club(40419,0x1aa0d4b40) malloc: * error for object 0x1018372b0: pointer being freed was not allocated
* set a breakpoint in malloc_error_break to debug
(lldb)
1 Like

I have the same problem