Here is what I did:
1. Loaded a iOS example file into MMF2. (iOS_Rotate_Scale)
2. Generated the file as an Xcode project.
3. Ran the example on my iPad mini.
All worked like a charm--until...
1. I created a simple test program of my own that had one background object.
2. Generated this file as Xcode Project.
3. Ran project on iPad. It ran as expected except that the splash screen and icons were inserted from the previously run example program. The new background object was displayed as expected so the code had been replaced, but the resources hadn't been replaced.
The weirdness: all of the resource files from the first program export were included in the new test project resources folder.
I've tried creating new test apps several times, but each time the old resources from the first example app are generated again. Cleaning the Xcode project shouldn't really be the answer because the resource folder that is generated by MMF2 holds these files.
I've searched around and found one possibility being that the I should use cci option to save updates. I tried that and there was no change.
This is probably one of those simple things that I'm just missing. However, I'm throwing in the towel and asking for help...
TIA -Rachel