swift - Internal /bin/cp command failed. xCode compiler error -
i'm working in xcode trying build simple calendar app. tried build , run error
/users/zach/downloads/xcode-beta.app/cononts/developer/toolchains/xcodedefault.xctoolchain/ usr/bin/bitcode_strip: internal /bin/cp command failed.
task failed exit 1 signal 0 {
all know gives me error when line typed... goes away when comment out.
let ce = nskeyedunarchiver.unarchiveobject(with: eventobject data) as! calenderevent
update: tried recompile , given new error.
"libswiftcore.dylib" couldn't copied "(a document being saved xcode)".
it appears wrong swift std library. randomly switches between 2 errors.
i same error when run low on disk space. try moving project different location, more space, clean project, , re-build.
Comments
Post a Comment