-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail & App not working on El Capitan / Xcode 7 #6
Comments
hi, ill look into it - maybe tomorrow night maybe moday can you provide me the xsd & xml you wanna parse? cheers,
|
Hello Dominik, thanks for your response! Actually, I’m not yet at the point to input any XSD (actually, I can, but then the app fails, probably for the same reason - that’s why I executed the tests - so the effect is independent of any data). Attached you find a screenshot of the test run. Perhaps this gives you some more hints. Cheerio,
|
ok I fixed the unit tests for 10.11. the problem was that I used the /usr/include dir directly and on 10.11 this isn't there by default. They should be all green now. The demo apps also work fine for me. what is your issue exactly? |
I tried to run the tool with my own XSD. I selected the XSD file, the output folder was elicited automatically, target was "Swift", pushing "Process" button => nothing happens. No error, no change of the output folder, no dialog, just nothing... strange... |
I noticed, btw, that when after the line a comment line occurs (like with Altova XMLSpy), the input XSD file is not recognized as such by the tool. |
Changing to "ObjC" does not change the bevaviour of doing nothing. |
I removed all whitespaces and comments from my XSD file, but no change. (I suspected the comments to be the reason for the problems.) |
I made the parsers way more tolerant concerning other content atop the root element |
ill upload a version tonight (CET) |
Hello,
I was pretty glad to find a framework helping me in working with XSDs. Unfortunately, I can build the App and run, but the generation fails. I then started the tests, and many of them fail.
I noticed that several error message are talking of "namespace", so it may be that this relates to the other open issue here.
As I'm not using ObjC, but Swift, I'm pretty helpless in fixing anything myself... ;-)
I attached the test results for your information.
Best regards
TestResults.txt
The text was updated successfully, but these errors were encountered: