簡體   English   中英

ios應用程序在Xcode中崩潰

[英]ios app crashes in xcode

當我嘗試構建時,這意味着什么:

clang: error: no such file or directory: '/Users/chris/Developer/Happy People - Parse/User.m'
clang: error: no input files
Command /Applications/Xcode5-DP5.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

很可能是您從磁盤上刪除了文件,但沒有從XCode的項目中將其刪除。

Xcode無法找到User.m文件。 它可能會被刪除或重新放置。

文件user.m可能顯示為紅色(缺少鏈接),只需將其刪除並再次添加即可。 如果不是紅色,則刪除參考(刪除時僅刪除參考),然后再次添加

暫無
暫無

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

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