开发者

Library error in my iPad application

开发者 https://www.devze.com 2023-04-11 22:40 出处:网络
I am getting the following error: Program received signal:“0”. Data Formatters temporarily unavailable, will re-try after a \'continue\'. (Unknown error loading shared librar开发者_如何学Cy \"/Dev

I am getting the following error:

Program received signal: “0”.

Data Formatters temporarily unavailable, will re-try after a 'continue'. (Unknown error loading shared librar开发者_如何学Cy "/Developer/usr/lib/libXcodeDebuggerSupport.dylib")

What does it mean?


It's due to short memory while running, in this case please look for leaks. The Message pasted in saying "Data Formatters" will get in several situations, possibly most commonly when unable to find a linked in shared library at launch time.

Please check this link too, similiar question, Data Formatters temporarily unavailable

0

精彩评论

暂无评论...
验证码 换一张
取 消