简体   繁体   中英

Swift Sprite Kit Errors

I made a new Swift Sprite Kit Xcode 6 project, and even 2 errors popped up when I first ran it. They were:

ld: can't open -sectcreate file: /Users/Comrod/Library/Developer/Xcode/DerivedData/gametest-bmmegykevoxrgrdcemlwvbflbtab/Build/Intermediates/gametest.build/Debug-iphonesimulator/gametest.build/Objects-normal/i386/gametest.swiftmodule

and

clang: error: linker command failed with exit code 1 (use -v to see invocation)

What's confusing me is that I made the same project but with Objective-C as the main language, and there were no errors. What exactly is the issue here, and how can I resolve it?

当项目名称包含字符“'”时,我遇到了同样的问题,因此,请检查命名。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM