ios - 'warning: directory not found for option' error on build -
all of sudden app has started giving me error when try build it. error i'm getting:
ld: warning: directory not found option '-l/users/user/documents/developer/alton-towers-times/build/debug-iphoneos' ld: file small (length=0) file '/users/user/library/developer/xcode/deriveddata/mouse_times_florida-eqhrhnbxmmkxtahdghmnvehbzbgt/build/intermediates/mouse times florida.build/debug-iphonesimulator/mouse times florida watchkit extension.build/objects-normal/x86_64/secondinterfacecontroller.o' architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation)
only thing i've done since last managed run changing bundle ids , changed app name. i've tried few things including deleting derived data, nothing seems have helped.
anyone have ideas?
i solved warning removing following setting: "$(sdkroot)/developer/library/frameworks"
this options located in settings -> build settings -> search paths -> framework search paths
my project continues compiling , working fine, after removing option.
Comments
Post a Comment