Xamarin Forms(运行 on iOS):构建时无法归档故事板文件
Xamarin Forms (running on iOS): Unable to file a storyboard file when building
我有以下错误,即使在我清理或重建之后,错误仍然出现。该文件不是由 Xamarin 自动生成的吗?
/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
通过删除自动生成的文件夹解决。由于编译时重新生成。
在我的例子中 - 我必须 运行 Xcode 并安装最新的更新,然后在 VS
中重新打开解决方案
我有以下错误,即使在我清理或重建之后,错误仍然出现。该文件不是由 Xamarin 自动生成的吗?
/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
通过删除自动生成的文件夹解决。由于编译时重新生成。
在我的例子中 - 我必须 运行 Xcode 并安装最新的更新,然后在 VS
中重新打开解决方案