Warning: NSBundle NSBundle (not yet loaded) was released too many times in iOS simulator

你离开我真会死。 提交于 2019-12-11 18:13:11

问题


I'm getting this error when I try to test my app. If I completely close the simulator and re-launch, I can get past it temporarily, but it always comes back after one or two launches. Does anyone know what this is or how to fix it?

Warning: NSBundle NSBundle (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug

Also, how would I set a breakpoint as suggested? I only know how to set breakpoints on specific lines of code.


回答1:


You need to clear derived data.

The app state are stored there and at times it prevents changes from showing there effect etc.

If you do any major change its best to delete derived data



来源:https://stackoverflow.com/questions/20964727/warning-nsbundle-nsbundle-not-yet-loaded-was-released-too-many-times-in-ios-s

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!