이 오류가 발생하고 정리 또는 다시 작성해도 오류가 계속 표시됩니다. xamarin이 파일을 자동으로 생성하지 않습니까?Xamrain Form (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
파일이 프로젝트 템플릿에 의해 자동으로 생성 될 수도 있지만 삭제/이름 바꾸기/끊기는 여전히 가능합니다. 그것을 제거한 경우 info.plist를 참조하여 참조가 있는지 확인하십시오. – Jason
info.plist -> Deployment Info에서 기본 인터페이스 섹션은 공백으로 남았지 만 그 부분을 만진 적이 없으면 공백인지 여부를 알 수 없습니다. 이제 LaunchScreen을 거기에 놓았지만 오류는 여전히 남아 있습니다. – LittleFunny
iOS 앱 프로젝트에 LaunchScreen.storyboard 파일이 있습니까? Info.plist-> Launch Images-> LaunchScreen 필드에 Launch Screen이 지정되어 있습니까? 그렇다면 런치 화면에 스토리 보드를 사용하고 싶지 않으면 제거하십시오. – jgoldberger