Closed piotr-yuxuan closed 6 years ago
I have this same issue
This issue has been fixed in commit ef9207655d7aa80edcc08e428b6c6433231b3e86. If you download the latest source code from the repo instead of the 0.1.0 source code you shouldn't run into this issue.
Just had this one:
==> Downloading from https://codeload.github.com/slash-hq/slash/tar.gz/0.1.0
######################################################################## 100.0%
==> xcodebuild -workspace slash.xcodeproj/project.xcworkspace -derivedDataPath prefix.to_s -configuration Release -scheme slash SYMROOT=/usr/local/Cellar/slash/0.1.0/Build
Last 15 lines from /Users/rafaelsales/Library/Logs/Homebrew/slash/01.xcodebuild:
^
/tmp/slash-20170815-2772-1p90xgi/slash-0.1.0/Sources/SlackOAuth2.swift:62:45: warning: 'sendSynchronousRequest(_:returning:)' was deprecated in OS X 10.11: Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h
try NSURLConnection.sendSynchronousRequest(URLRequest(url: url), returning: nil))
^
/tmp/slash-20170815-2772-1p90xgi/slash-0.1.0/Sources/SlackOAuth2.swift:62:45: warning: 'sendSynchronousRequest(_:returning:)' was deprecated in OS X 10.11: Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h
try NSURLConnection.sendSynchronousRequest(URLRequest(url: url), returning: nil))
^
** BUILD FAILED **
The following build commands failed:
CompileSwift normal x86_64
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(2 failures)
How about releasing a new version with the fixes, or updating the readme that the brew install is not working anymore
Closing, as it no longer works indeed. Anyway, thanks for your replies!
Hello, that app seems promissing! I attempted to give it a try but stumble across a build error.
In case you might find this useful, I provide you with some description of my system:
and finally, I hope you may find this useful but I apology for the great length of this code snippet: