简体   繁体   中英

IOS Cocoa error 3840

I'm using AFNetworking to communicate with a database on my local server. Whenever I click register or login I receive and Error stating "The operation couldn't e completed. (Cocoa error 3840). I checked xcode and no error is being given back. Any help please

I imagine that error is pretty spot on with what's happening, it sounds like the data being returned by your server is somehow mangled. It's also possible that the returned data is not valid.

As you can see from the Error's domain, it's a cocoa error. You can find the list of error's here and the one you're experiencing, 3840, is most likely a NSPropertyListReadCorruptError error.

I would check on the data you're returning to figure out what's going on.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM