We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, I have a problem in USParser.m, in particular during the parsing the app crashes launching EXC_BAD_ACCESS on line 202 ,
USParser.m
NSURL *location = [NSURL URLWithString:definitionsLocation relativeToURL:self.baseURL]; NSLog(@"Processing definitions import at location: %@", location);
in method (void)processImportElement:(NSXMLElement *)el wsdl:(USWSDL *)wsdl
(void)processImportElement:(NSXMLElement *)el wsdl:(USWSDL *)wsdl
do you have any idea about this? Working on Xcode 5.1 and osX 10.9.4 Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I have a problem in
USParser.m
, in particular during the parsing the app crashes launching EXC_BAD_ACCESS on line 202 ,in method
(void)processImportElement:(NSXMLElement *)el wsdl:(USWSDL *)wsdl
do you have any idea about this?
Working on Xcode 5.1 and osX 10.9.4
Thank you
The text was updated successfully, but these errors were encountered: