2016-12-05 48 views
2

我有這個錯誤,並且無論我清理還是重新生成仍然出現的錯誤。不是由xamarin自動生成的文件。Xamrain表單(在iOS上運行):無法在構建時創建故事板文件。

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: Error: System.IO.FileNotFoundException: /Users/simonlam/Desktop/Application Repository/App/iOS/obj/iPhone/Debug/build-iphone5.4-9.3/ibtool-link/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib does not exist File name: '/Users/simonlam/Desktop/Application Repository/App/iOS/obj/iPhone/Debug/build-iphone5.4-9.3/ibtool-link/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib' at System.IO.File.Copy (System.String sourceFileName, System.String destFileName, System.Boolean overwrite) [0x000d1] in :0 at Xamarin.MacDev.Tasks.SmartCopyTaskBase.CopyFile (System.String source, System.String target, System.String targetItemSpec) [0x0002e] in <8cce4f82936e41b29850baed19c7dcc5>:0 at Xamarin.MacDev.Tasks.SmartCopyTaskBase.Execute() [0x00121] in <8cce4f82936e41b29850baed19c7dcc5>:0

+0

該文件可能由項目模板自動創建,但仍然可以刪除/重命名/分解它。如果您已將其刪除,請檢查您的info.plist以查看是否有對其的引用。 – Jason

+0

在info.plist - > Deployment Info下,主界面部分保留空白,但不知道是否空白,因爲我沒有觸及該部分。現在我把LaunchScreen放在那裏,但是錯誤仍然存​​在。 – LittleFunny

+0

你的iOS應用程序項目中是否有LaunchScreen.storyboard文件?您是否在Info.plist-> Launch Images-> LaunchScreen字段中指定了啓動屏幕?如果是這樣,如果您不想爲啓動屏幕使用故事板,請嘗試刪除它。 – jgoldberger

回答

0

通過移除自動生成的文件夾來解決。由於它在編譯時重新生成。

相關問題