I have deployed several INI files for my project with preset data. I am using this approach to get around the lack of .arr support for iOS in MMF2. On Windows reading the INI files works without issue as it pulls then from "C:\Windows". On iOS nothing happens.
In my MMF2 file I have an event which sets the INI file to "something.ini". It then sets the current group to "data" (e.g. [Data] in the file). I then read a value. End result: nothing. The files are loaded into my XCode project under resources and when I compile, I can right click on the compiled app and do a "Show Package Contents" ... my INI files are present and accounted for. The case of the names matches without issue. The files show up under "Copy Bundle Resources" under Targets.
What is going on? This is really holding me back from getting a key deliverable out.