Failed to write manifest file - permission error

Please provide the following:

  1. SDK Version: 37
  2. Platforms(Android/iOS/web/all): iOS

Failed to write manifest file.Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “manifest.json” in the folder “RCTAsyncLocalStorage”.

We’ve recently started getting this error (last 10 days). It happens when the app is first opened, so I think it’s related to the OTA updates.

Hi @smddzcy! Sorry you’re seeing production crashes, that’s always a tough situation to debug :confused:

Did this start happening after releasing a new binary? Or was it after releasing a new OTA update? Identifying the changes made before this crash started happening would help in identifying the root cause.

Do you use AsyncStorage? It looks like this error message originates from there (behind the scenes, asyncstorage saves key-value pairs in a file manifest.json in (I think) the documents directory )

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.