ios - Apple mach-O linker error, file not found -
this error get:
ld: file not found: /users/tom/library/developer/xcode/deriveddata/dogipad-ecwgmttugvxefyanpzmtfcovhaem/build/products/debug-iphoneos/dog.app/dog clang: error: linker command failed exit code 1 (use -v see invocation)
i tried solutions found on google nothing helped.. how solve?
your post not contain sufficient information determine problem is. need engage in standard troubleshooting techniques:
- identify specific details implied error message not explicitly stated: e.g. message says file isn't found, not file. identify file in question.
- follow troubleshooting instructions given in error message: "use -v see invocation"
- once have exact command produces error message, determine command intended do, it's doing, should doing, pre-requisites command depends on, , if, how, , pre-requisites being met.
at point troublshooting search problem: follow links other build steps figure out should happening isn't or isn't happening should be. problem anywhere in build process , have understand build processes enough know should happening , see how that's different happening.
Comments
Post a Comment