Missing proxy for IBFilesOwner identifier

We have an application that in rare cases crashes with an error:

Missing proxy for identifier IBFilesOwner

We understand that this means that he cannot find the File Owner for one of our nibs (xibs), but we went through and confirmed that they all have valid ones.

There is practically nothing on Google, can anyone suggest any suggestions?

Thank.

+5
source share
1 answer

Hi, I had the same problem and it turned out that I am doing some threads and I am executing code that should be in the main thread in another thread. I do not know what you are doing in your application, but hopefully this can give you a clue.

If you share some code, we can try and find out what is happening.

+4

All Articles