Apple rejected my app with below reference. I searched my entire app and are not using any of the below NSErrorWithFilePath. I am not using any 3rd Party Libs. Is there a way to find out what they mean?
I am using Core Data and I found this reference to Foundation: lazy var applicationDocumentsDirectory: Foundation.URL
Your app uses or references the following non-public API(s):
'/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation'
: _NSErrorWithFilePath
: _NSErrorWithFilePathAndErrno
Any ideas?
Thank you