fileExistsAtPath: returning NO for files that exist

前端 未结 3 2092
长情又很酷
长情又很酷 2021-02-11 11:43

At a point in my code fileExistsAtPath: is returning NO for files that I have confirmed exist. I\'ve been scratching my head at this and can\'t figure out why its not working, s

3条回答
  •  北海茫月
    2021-02-11 12:45

    I was bashing my head against the wall for a few hours. Apparently on each and every run in xcode the app directory path was changing. The UUID part of it. So instead of storing the fullpath I ended up persisting the path postfix and prefixing that with whatever storage class is implied: temporary, cached or documents :-[

提交回复
热议问题