kxsmb icon indicating copy to clipboard operation
kxsmb copied to clipboard

Build field : No such file or directory -- crt_externs.h

Open wanxy0527 opened this issue 6 years ago • 1 comments

when i rake it

No such file or directory @ rb_sysopen - /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/crt_externs.h ~/smb_111/kxsmb/Rakefile:52:in copyIfNotExists' ~/smb_111/kxsmb/Rakefile:235:in checkExtInclude' ~/smb_111/kxsmb/Rakefile:242:in `block in <top (required)>' Tasks: TOP => default => build_all => build_smb_armv7

I do not konw how to resove this issue

wanxy0527 avatar May 30 '18 03:05 wanxy0527

Try resetting your XCode CLI Tools path

 sudo xcode-select -r

If that doesn't work then change the XCODE_PATH variable in the Rakefile like this

XCODE_PATH="/Applications/Xcode.app/Contents/Developer"

cshtdd avatar Oct 26 '19 13:10 cshtdd