When I run “lime test ios”, I get this result:
I have no idea what file is giving it trouble. Looking at /export/ios/ after this happens, I find that the .xcodeproject file has successfully been created. However, trying to open it with XCode results in:
Does anyone have any idea what’s causing this or how to diagnose the problem? The error in the console suggests that it’s a syntax problem with some XML file, but it isn’t my Project.xml (that was the first thing I checked when I got the error), and I’m not using any other XML files anywhere in project, so I guess it has to be something that is generated by flixel/openfl in the process of creating the XCode project. Thanks in advance for any help!
If it matters, I’m using haxeflixel 4.4.2, openfl 8.3.0, lime 6.4.0, and xcode 9.4.1.