简体   繁体   中英

Realm Sandbox OS X Issue

I just received an app rejection with the following reason:

The application accesses the following location(s):

'/Applications/myappname/Contents/Frameworks/RealmSwift.framework/Versions/A/Resources/en.lproj'

The majority of developers encountering this issue are opening files in Read/Write mode instead of Read-Only mode, in which case it should be changed to Read-Only.

Other common reasons for this issue include:

  • creating or writing files in the above location(s), which are not valid locations for files to be written as stated in documentation

  • writing to the above location(s) without using a valid app-id as a container for the written files

The path to my realm file is /Users/john/Library/Containers/myapp/Data/Library/Application Support/default.realm

How can i resolve this?

Realm doesn't read or write to its framework location. Is this something your code, or another library, might be doing?

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