Re: xcode7 ios 64bit crash
Posted: 02 Jun 2016, 06:17
I also encountered this problem, but I don't know is which part of the problem.crash occurred in the boost, and tend to be no. 9 threads crash (network thread).like zynbasil said.
SmartFoxServer support forums
https://forums.smartfoxserver.com:443/
Are you using cocos2d-x? If yes, which version? I also saw people reporting error on iOS9 in cocos2d-x forum as well.aiversonwk wrote:I also encountered this problem, but I don't know is which part of the problem.crash occurred in the boost, and tend to be no. 9 threads crash (network thread).like zynbasil said.
Yes! my version is cocos2dx 3.8.chamroeun wrote:Are you using cocos2d-x? If yes, which version? I also saw people reporting error on iOS9 in cocos2d-x forum as well.aiversonwk wrote:I also encountered this problem, but I don't know is which part of the problem.crash occurred in the boost, and tend to be no. 9 threads crash (network thread).like zynbasil said.
ok,I will try boost 1.61.0.Lapo wrote:It may be that the Boost shipped with the API have some issue with iOS 9?
If that's the case one could try to download a more up to date version of Boost and compile that instead.
We hope to get official support, this project we expect to use the smartfox engine, if the c++ version can not be resolved, we had to switch to other engines.Lapo wrote:It may be that the Boost shipped with the API have some issue with iOS 9?
If that's the case one could try to download a more up to date version of Boost and compile that instead.
also random crash on 1.61.0zynbasil wrote:ok,I will try boost 1.61.0.Lapo wrote:It may be that the Boost shipped with the API have some issue with iOS 9?
If that's the case one could try to download a more up to date version of Boost and compile that instead.
Thanks for reporting. We're investigating possible issues between Boost on iOS9.zynbasil wrote: also random crash on 1.61.0
Sir, I suggest that you upgrade your code, give priority to the use of c++11 related functions (thread, shared_ptr,etc...) now does not support the C++11 compiler may have disappeared. At the same time, it also reduces the size of the C++API dependent library.Lapo wrote:Thanks for reporting. We're investigating possible issues between Boost on iOS9.zynbasil wrote: also random crash on 1.61.0