开发者

iPhone - Peculiar problem in using view controller when network is not there

I'm using navigation controller and few view controllers. I'm pushing the view controllers to show them. One peculiar problem with it is that, if internet is available, its working fine. When internet is not there, when I call "pushViewController", its crashing displaying the 开发者_运维百科following error:

 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/satya/Library/Application Support/iPhone Simulator/4.2/Applications/DDB23E6B-5723-44AC-B942-EA684E2A1E2B/MyApp.app> (loaded)' with name 'StoreDirectoryListViewController''

I couldn't identify the problem. I'm sure that XIB is created properly and it is with in the app itself.

Any thoughts?


Is the xib linked properly in IB?


I solved the issue. First of all, in the database access, I'm opening, but didnt' close them and so lots of database opens were there. Also I am creating IBOutlets for the view controllers in XIB. I removed them and using instance variables. This solved my problem. But I really couldn't identify how wifi is related for the crash.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜