Norio Nomura
Norio Nomura
`xcrun` does not manipulate` DYLD_LIBRARY_PATH` at all. we thought that it was not realistic for each user to write scripts that set `DYLD_LIBRARY_PATH` based on the results of` xcrun`, and...
We are failing to launch `SourceKitService.xpc`. > 2016/03/18 11:54:20.019 com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.pid.sourcekitten.2815) Path not allowed in target domain: type = pid, path = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/XPCServices/SourceKitService.xpc error = 147: The specified service did...
> So, we need to detect sandbox before calling sourcekitd. It seems there is no methods for detecting sandbox that can be used in sourcekitten.
How do you think about changing the test in Homebrew Formula that calls only `sourcekitd_initialize()` and `sourcekitd_shutdown()` for confirm loading library?
The console log in https://github.com/jpsim/SourceKitten/issues/189#issuecomment-198180200 was reproduced on Xcode. Actual console message on `brew test --verbose sourcekitten` were following: > 2016/03/19 8:34:19.977 com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.pid.sourcekitten.22375) Path not allowed in target domain:...
try `sourcekitten request --yaml request.yaml` with `request.yaml`: ```yaml { key.request: source.request.editor.open.interface, key.name: "639BDEB0-06BE-4EEC-B2F5-604C4264145B", key.compilerargs: [ "-target", "arm64-apple-ios10.3", "-sdk", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk", "-I", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/usr/local/include", "-F", "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/PrivateFrameworks", "" ], key.modulename: "UIKit.UITableView", key.synthesizedextensions: 1 }...
Ah sorry, the result you want can not be obtained by the method using `request.yaml`. 🤔
The failing tests seem to be an issue with the build cache. 🤔
> The failing tests seem to be an issue with the build cache. 🤔 Fixed `pkg/hostagent/host_provision.go:11:2: package slices is not in GOROOT` issue