Swift Playground - Files are not readable

前端 未结 3 664
失恋的感觉
失恋的感觉 2020-12-01 21:21

Files are not readable in Swift Playground.

How to make files readable?

Same code runs well on Xcode terminal app, but fails on Swift Playg

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 21:56

    You also can create and use Shared Playground Data folder. Just like that:

    /Users/username/Documents/Shared Playground Data/file.txt

    And any file located there becomes readable to any playground!

提交回复
热议问题