Skip to content
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

every time app chrases #59

Open
GoogleCodeExporter opened this issue Jan 8, 2016 · 6 comments
Open

every time app chrases #59

GoogleCodeExporter opened this issue Jan 8, 2016 · 6 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Run app
2. trying to send mail
3. srting every time nill

What is the expected output? What do you see instead?
i need to send email in background.

What version of the product are you using? On what operating system?


Please provide any additional information below.

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', 
reason: '-[__NSCFString appendString:]: nil argument'
*** First throw call stack:

Original issue reported on code.google.com by [email protected] on 3 Jul 2012 at 7:17

@GoogleCodeExporter
Copy link
Author

here is the error below image attached.  tmpstr is nill. dont know what happend 
:(

Original comment by [email protected] on 3 Jul 2012 at 7:20

Attachments:

@GoogleCodeExporter
Copy link
Author

im also facing the same problem...any fix for this?

Original comment by [email protected] on 30 Jul 2012 at 4:05

@GoogleCodeExporter
Copy link
Author

It is caused by your code trying to send the contact .csv file, which is 
present in the sample project but isn't in your own. Either comment out the 
attachment being sent in your code or copy the file over and you will have no 
crashes anymore. 

Original comment by [email protected] on 30 Jul 2012 at 4:35

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I dont think thats the case, because i couldnt find contact.csv file in the 
source.im also attaching images and text files. Also it was working fine for 
more than two month.. now only im facing this problem.

Original comment by [email protected] on 1 Aug 2012 at 7:31

@GoogleCodeExporter
Copy link
Author

Any chance the fix proposed in issue #53 , changing the if(len)  to if(len > 0) 
 would fix the problem. The poster of issue #53 observed that the length 
returned can be negative.

Original comment by [email protected] on 12 Oct 2012 at 6:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant