JakeLin / SwiftLanguageWeather

Swift Language Weather is an iOS weather app developed in Swift 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failed ):

kunggea opened this issue · comments

2015-03-20 11 09 26

Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7ff7e3e702e0 {NSLocalizedDescription=Missing extension: public.vcs.subversion}
Object: <IDESourceControlManager: 0x7ff7e3d84330>
Method: -loadRepositories
Thread: <NSThread: 0x7ff7e1435b60>{number = 1, name = main}

How to fix this?

Thanks for reporting that, like like a Carthage issue with the new version
of Xcode, I am moving house, I will look at it once I have network
connection.

Thanks
Jake

On 20 March 2015 at 14:11, LiuKun notifications@github.com wrote:

How to fix this?


Reply to this email directly or view it on GitHub
#15 (comment).

I have a similar issue, the log is this:

127 code/SwiftWeather git:(master) ▶ carthage update
*** Fetching SwiftyJSON
*** Fetching Alamofire
*** Checking out SwiftyJSON at "2.1.3"
*** Checking out Alamofire at "1.1.2"
*** xcodebuild output can be found in /var/folders/nd/jptj1l9x1xl0gmm9db6fghcm0000gn/T/carthage-xcodebuild.ge9u01.log
*** Building scheme "Alamofire" in Alamofire.xcworkspace
*** Building scheme "SwiftyJSON" in SwiftyJSON.xcworkspace
** BUILD FAILED **


The following build commands failed:
    Check dependencies
(1 failure)

the SwiftyJSON build failed when I run the command "carthage update", and I found no log at the path mentioned .

我也遇到了这个问题,怎么解决?

Hey guys, since Apple changes the complier again. There is an issue of Alamofire. I will keep an eye on it and update the project once we get Alamofire work with Carthage again.

Ahhhh,we must go behind the Apple,,,,
Thanks For Ur pro

I think Alamofire is OK now, I am looking at SwiftyJSON now.

nice

*** Fetching SwiftyJSON
*** Fetching Alamofire
*** Checking out Alamofire at "1.1.2"
*** Checking out SwiftyJSON at "2.1.3"
*** xcodebuild output can be found in /var/folders/ww/cwp872vd4l14zbc060nmtwp00000gn/T/carthage-xcodebuild.0vAgR7.log
*** Building scheme "Alamofire" in Alamofire.xcworkspace
2015-04-11 17:32:30.852 xcodebuild[3165:177328] [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-7569/IDEFoundation/SourceControl/Model/IDESourceControlManager.m:423
Details: Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7fc403e8cd50 {NSLocalizedDescription=Missing extension: public.vcs.subversion}
Object: <IDESourceControlManager: 0x7fc401642280>
Method: -loadRepositories
Thread: <NSThread: 0x7fc401436220>{number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **

The following build commands failed:
CompileSwift normal x86_64 /Users/liucheng/Downloads/SwiftWeather-master/Carthage/Checkouts/Alamofire/Source/Alamofire.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(2 failures)

the same issue as the above one

Failed to discover shared schemes in project Alamofire.xcodeproj—either the project does not have any shared schemes, or xcodebuild never returned

If you believe this to be a project configuration error, please file an issue with the maintainers at https://github.com/Alamofire/Alamofire/issues/new

what should i do?

Thank you very much for your patient. I have fixed the building issue again. Hooray, yo me if you still have any problem.

Thanks
Jake

Problem still seems to exist...

$ carthage update
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Checking out Alamofire at "1.2.1"
*** Checking out SwiftyJSON at "2.2.0"
*** xcodebuild output can be found in /var/folders/k4/4w3qn6s12qz7sclyrhjjy3d40000gn/T/carthage-xcodebuild.rSkhJ8.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
** BUILD FAILED **

The following build commands failed:
Check dependencies
(1 failure)

commented

same error as above

Which version of Xcode are you guys using. I am using Version 6.3.1 (6D1002), it is ok as I tried a moment ago.

➜ SwiftWeather git:(master) ✗ carthage update
*** Fetching Alamofire
*** Fetching SwiftyJSON
*** Checking out SwiftyJSON at "2.2.0"
*** Checking out Alamofire at "1.2.1"
*** xcodebuild output can be found in /var/folders/r9/2nsd0w6d2mn87jkg75njd3md14_q5m/T/carthage-xcodebuild.WKpCkr.log
*** Building scheme "Alamofire iOS" in Alamofire.xcworkspace
*** Building scheme "Alamofire OSX" in Alamofire.xcworkspace
*** Building scheme "SwiftyJSON iOS" in SwiftyJSON.xcworkspace
*** Building scheme "SwiftyJSON OSX" in SwiftyJSON.xcworkspace

Close this one at the moment, please reopen if you still having it in Version 6.3.1 (6D1002)

Jake - I am using that same version... 6.3.1 6D1002...

J.

Can you clone it again and try? I can not replicate it on my Mac.

On 14 May 2015 at 18:32, wackoj123 notifications@github.com wrote:

Jake - I am using that same version... 6.3.1 6D1002...

J.


Reply to this email directly or view it on GitHub
#15 (comment)
.