Xcode 6 Beta / Swift - Playground not updating

前端 未结 4 1051
天涯浪人
天涯浪人 2021-02-13 06:12

I was playing around with the Playground feature of Xcode 6\'s first beta - and I notice half the time the Playground doesn\'t update (simply doesn\'t display the result calcula

4条回答
  •  不思量自难忘°
    2021-02-13 06:49

    This answer (Undeclared Type 'NSView' in Playground) did it for me (restarting Xcode and the machine didn't help):

    rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
    

提交回复
热议问题