c# - Xamarin not building iOS project -
everything working fine until today. working fine yesterday , have not applied changes since then. today when try debug project in xamarin error:
/library/frameworks/mono.framework/external/xbuild/xamarin/ios/xamarin.ios.common.targets: error: system.io.filenotfoundexception: /users/me/dropbox/projects/projectname/projectfile/obj/iphone/debug/build-ipad4.5-9.3.2/ibtool/main.storyboardc/byz-38-t0r-view-78.nib not exist file name: '/users/me/dropbox/projects/projectname/projectfile/obj/iphone/debug/build-ipad4.5-9.3.2/ibtool/main.storyboardc/byz-38-t0r-view-78.nib' @ system.io.file.copy (system.string sourcefilename, system.string destfilename, boolean overwrite) <0x1a24c60 + 0x00333> in <filename unknown>:0 @ xamarin.macdev.tasks.smartcopytaskbase.copyfile (system.string source, system.string target, system.string targetitemspec) <0x3fc5de8 + 0x000c7> in <filename unknown>:0 @ xamarin.macdev.tasks.smartcopytaskbase.execute () <0x3f08bf0 + 0x002bf> in <filename unknown>:0 (projectname)
please note: changed project name , user name above example.
renaming viewcontroller caused me problem
removing obj & bin folders manually present in project solved me problem.
cleaning project not remove generated files
Comments
Post a Comment