2016-12-19 91 views
2

我得到這個錯誤,當我嘗試使用發行配置文件Xamarin.iOS建立自己的錯誤System.IO.FileNotFoundException

Error  System.IO.FileNotFoundException: /Users/xxx/Library/Caches/Xamarin/mtbs/builds/iOSClient/f4287e1ce437e3e2197bfddb3a942d82/obj/iPhone/Ad-Hoc/optimized/[email protected] does not exist 
File name: '/Users/xxx/Library/Caches/Xamarin/mtbs/builds/iOSClient/f4287e1ce437e3e2197bfddb3a942d82/obj/iPhone/Ad-Hoc/optimized/[email protected]' 
    at System.IO.File.Copy (System.String sourceFileName, System.String destFileName, System.Boolean overwrite) [0x001bd] in /private/tmp/source-mono-4.6.0/bockbuild-mono-4.6.0-branch/profiles/mono-mac-xamarin/build-root/mono-x86/mcs/class/corlib/System.IO/File.cs:112 
    at Xamarin.MacDev.Tasks.SmartCopyTaskBase.CopyFile (System.String source, System.String target, System.String targetItemSpec) [0x0002d] in <4ed71c0d8bd847c3bc4130be1482dce1>:0 
    at Xamarin.MacDev.Tasks.SmartCopyTaskBase.Execute() [0x00116] in <4ed71c0d8bd847c3bc4130be1482dce1>:0 iOSClient   

任何想法的原因可能是什麼建?

+0

該錯誤說你缺少一個圖像:'默認[email protected]不存在'。你可以仔細檢查一下你的項目是否有一套?您可以查看此論壇帖子以獲取更多信息:https://forums.xamarin.com/discussion/24788/iphone-6-6-launch-image-names –

+0

它通過調試配置文件構建得很好,只發生在配置文件上圖像必須正確嗎? – Shaegorath

+0

它可能是一個錯誤的緩存。在您的Mac上,刪除'/ Users/xxx/Library/Caches/Xamarin/mtbs/builds/iOSClient/f4287e1ce437e3e2197bfddb3a942d82'緩存並重建您的項目以查看是否可以解決問題。 –

回答

1

這種情況下的解決方案是刪除C:\ Users [當前用戶] \ AppData \ Local \ Xamarin下的所有內容。

相關問題