Sorry but I just had to make a new thread about this as It's just mind-boggling to me that I cant get it to work..
It is possible to load an external file using the array object on iOS right? So far I've had no sucess and I've tried three methods so far:
1. Add file to data elements - binary files, then load just using the filename.arr. This does not seem to work at all for me, tried different files, different file extensions, no luck. I've exported the whole project several times, the file does not seem to be included, but then it could be packed into "Application.cci" I guess?
2. Adding the file to the project in Xcode, again then loading using just the filename.arr. Still does not work. I've tried placing it in different folders withing Xcode, but nothing works.
3. Putting the file in a folder and adding the whole folder to Xcode, then loading the file using "folder\filename.arr". I can see the folder and file in Xcode so it seems to be placed correctly, but it just will not load.
I feel there needs to be a good official description on how to achieve this, it should not be this much trouble should it? What am I missing? Help greatly appriciated!