iOS - ANE - Cannot load resource in bundle
Hi,
I'm using a xib file. And as I searched, I found this discussion: Re: Is XIB not supported in static library (for creating Native Extension)?
I was able to create an bundle containing the xib file, but when I try to use it, it returns with the error: 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle:"
I also used the same bundle to a pure iOS project, but it works. I'm not pretty sure what I'm missing here. Please help.
