簡體   English   中英

一個空的Cocoatouch Framework在Xcode上出錯了嗎?

[英]An empty Cocoatouch Framework on Xcode errors out?

我創建了一個cocoatcouch框架,將空白的swift文件添加到項目后,我立即收到錯誤消息:

發生內部錯誤。 源代碼編輯器功能受到限制。 嘗試還原。

項目上的語言設置為快速

<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "Headers/Darwin.h"
        ^
/Users/aryan.ghassemi/Desktop/Darwin/Darwin/Darwin.h:9:9: error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^
<unknown>:0: error: could not build Objective-C module 'Darwin'
0  swift                    0x0000000104cf959a PrintStackTraceSignalHandler(void*) + 42
1  swift                    0x0000000104cf8d4e SignalHandler(int) + 302
2  libsystem_platform.dylib 0x00007fff7966eb3d _sigtramp + 29
3  libsystem_platform.dylib 0x00007fd4e542118f _sigtramp + 1809524335
4  swift                    0x000000010223504b swift::SerializedModuleLoader::loadModule(swift::SourceLoc, llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >) + 891
5  swift                    0x000000010237dbb3 swift::ASTContext::getModule(llvm::ArrayRef<std::__1::pair<swift::Identifier, swift::SourceLoc> >) + 227
6  swift                    0x000000010205bf7c swift::performNameBinding(swift::SourceFile&, unsigned int) + 2028
7  swift                    0x0000000101d938e3 swift::CompilerInstance::performSema() + 3379
8  swift                    0x0000000100f7f50b performCompile(swift::CompilerInstance&, swift::CompilerInvocation&, llvm::ArrayRef<char const*>, int&, swift::FrontendObserver*, swift::UnifiedStatsReporter*) + 731
9  swift                    0x0000000100f7bd35 swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 7717
10 swift                    0x0000000100f21965 main + 1349
11 libdyld.dylib            0x00007fff79483ed9 start + 1
12 libdyld.dylib            0x000000000000004c start + 2260189556
Stack dump:

出現此問題的主要原因是多個XCode。

安裝命令行工具,然后嘗試在下圖中設置相同的工具版本。

在此處輸入圖片說明

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM