NSPOSIXErrorDomain Code=1 : The operation couldn’t be completed. Operation not permitted

Hi:


When try to load resource on ios8.0 systerm. start the WKWebview with file URL using -loadRequest:.

Error is as follows:


Error Domain=NSPOSIXErrorDomain Code=1 "The operation couldn’t be completed. Operation not permitted" UserInfo=0x170876680 {NSErrorFailingURLKey=file:///private/var/mobile/Containers/Data/Application/25B660D6-B98D-4CF7-8615-3B68895B4929/tmp/course/0-1-206-1/demo.html, _WKRecoveryAttempterErrorKey=<WKReloadFrameErrorRecoveryAttempter: 0x17062f680>, NSErrorFailingURLStringKey=file:///private/var/mobile/Containers/Data/Application/25B660D6-B98D-4CF7-8615-3B68895B4929/tmp/course/0-1-206-1/demo.html}


Now am getting the ’NSPOSIXErrorDomain Code=1:The operation couldn’t be completed. Operation not permitted’. Not able to understand why operation not permitted. And not able to find any referebce docs or references on this error.



Best regards,

Mario.