我在應用商店中有一個應用程序,並且已經構建併發布了幾個沒有問題的更新。我正在進行一項重大更新,但有一個重要的錯誤,那就是我一直在Google上搜索了一個多星期。構建失敗:錯誤:make目錄文件存在
我可以爲模擬器構建應用程序,但是當我嘗試構建iOS設備(例如插入我的iPhone 6)或存檔(以便通過TestFlight分發)時,我每次都會得到相同的錯誤時間。完整的錯誤發佈如下。
事情我已經嘗試:
- 清潔項目
- 重新啓動的Xcode
- 重新啓動我的Mac - 刪除導出的數據文件夾
- 更新的Xcode
- 刪除並重新安裝的Xcode
收到實際的錯誤ved是:
CpResource Libraries/AppIRater/en.lproj /Users/terrencewilliams/Library/Developer/Xcode/DerivedData/SMBox-gbfftxbyzlmadeazsrisoquokaxr/Build/Intermediates/ArchiveIntermediates/SMBox/InstallationBuildProductsLocation/Applications/SMBox.app/en.lproj cd "/Users/terrencewilliams/Desktop/APP/SMBox/APP Builds - v.2.0/SMBox2 4" export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/terrencewilliams/Desktop/APP/SMBox/APP\ Builds\ -\ v.2.0/SMBox2\ 4/Libraries/AppIRater/en.lproj /Users/terrencewilliams/Library/Developer/Xcode/DerivedData/SMBox-gbfftxbyzlmadeazsrisoquokaxr/Build/Intermediates/ArchiveIntermediates/SMBox/InstallationBuildProductsLocation/Applications/SMBox.app
error: make directory /Users/terrencewilliams/Library/Developer/Xcode/DerivedData/SMBox-gbfftxbyzlmadeazsrisoquokaxr/Build/Intermediates/ArchiveIntermediates/SMBox/InstallationBuildProductsLocation/Applications/SMBox.app/en.lproj: File exists
我真的需要得到此更新滾動,但似乎無法實際構建它。任何人都可以建議,如果可能有一些潛在的原因,我沒有看到與派生的數據文件夾?
它看起來有兩個en.lproj文件被包含在構建中:一個來自SMBox,一個來自ApplRater。當我的項目包含來自兩個不同設置包的兩個en.lproj文件時,我遇到了類似的構建問題。如果可能,刪除一個可能會有所幫助 – Paul 2015-04-01 15:50:07