1

I'm working in Xcode trying to build a simple calendar app. As I tried to build and run I get this error

/Users/Zach/Downloads/Xcode-beta.app/COnonts/Developer/Toolchains/XcodeDefault.xctoolchain/
usr/bin/bitcode_strip: internal /bin/cp command failed.

Task Failed with exit 1 signal 0 {

All I know is that it gives me the error when this line is typed... It goes away when I comment it out.

            let ce = NSKeyedUnarchiver.unarchiveObject(with: eventObject as Data) as! CalenderEvent

UPDATE: I just tried to recompile and was given a new error.

"libswiftCore.dylib" couldn't be copied to "(A Document Being Saved BY Xcode)".

It appears like something is wrong with the swift std library. It randomly switches between the two errors.

4

1 回答 1

4

当我的磁盘空间不足时,我会遇到同样的错误。尝试将项目移动到具有更多空间的其他位置,清理项目并重新构建。

于 2016-09-23T20:54:15.330 回答