Objective c 文件appname无法’;无法打开,因为没有这样的文件

Objective c 文件appname无法’;无法打开,因为没有这样的文件,objective-c,xcode,Objective C,Xcode,我在使用Xcode 7.3.1,部署目标7.0时遇到构建错误 请帮我解决这个问题 ProcessProductPackaging /Users/user1/Library/Developer/Xcode/DerivedData/appname-epjwtzplzmwqyrfttrtkajxjpgcx/Build/Intermediates/appname.build/Debug-iphonesimulator/appname.build/appname.app.xcent cd /Us

我在使用Xcode 7.3.1,部署目标7.0时遇到构建错误

请帮我解决这个问题

ProcessProductPackaging  /Users/user1/Library/Developer/Xcode/DerivedData/appname-epjwtzplzmwqyrfttrtkajxjpgcx/Build/Intermediates/appname.build/Debug-iphonesimulator/appname.build/appname.app.xcent
    cd /Users/user1/Downloads/appname-universal
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    builtin-productPackagingUtility /Users/user1/Downloads/appname-universal/appname -entitlements -format xml -o /Users/user1/Library/Developer/Xcode/DerivedData/appname-epjwtzplzmwqyrfttrtkajxjpgcx/Build/Intermediates/appname.build/Debug-iphonesimulator/appname.build/appname.app.xcent

error: The file appname couldn’t be opened because there is no such file.

是否将文件添加到复制捆绑资源中?是否进行健全性检查。。。。文件是否确实存在于该位置?如果不是,这是生成中报告的第一个错误吗?文件已添加到复制捆绑资源中。是否将文件添加到复制捆绑资源中?健全性检查。。。。文件是否确实存在于该位置?如果不是,这是生成中报告的第一个错误吗?文件已添加到副本捆绑资源中。