iLOE‘s back in town

Today apple reviewed the new iLOE Version 1.9.4 so I could put it back in the store. If you are interested in iOS programming what happened? If you use a class from a external lib just in a xib there seems to be a chance that the compiler/linker while optimizing throws this class out of the release. Strange this never happened before, just as I switched to Xcode4. The solution is to just put a reference in the code. Something like [MyClass class]. That‘s all. Searched 2 days to find that out ….
But I still wonder how the buggy version could pass the review, when crashing after the splash screen?

Leave a Reply

Your email address will not be published. Required fields are marked *