You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Hello, I am using crosswalk 1.0 on Xcode 6.2 and Mac OSX 10.9.5.
When I try to run the project, it comes out with a compile error, error code 1, here is the complete error log;
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpParser.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/DemoServer.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpRequest.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpResponse.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/Socket.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpHandlers.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpServer.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I am using crosswalk 1.0 on Xcode 6.2 and Mac OSX 10.9.5.
When I try to run the project, it comes out with a compile error, error code 1, here is the complete error log;
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpParser.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/DemoServer.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpRequest.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpResponse.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/Socket.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpHandlers.swift'
:0: error: no such file or directory: '/Users/trnder/Documents/crosswalk-ios-1.0.0/third-party/swifter/Common/HttpServer.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1
The text was updated successfully, but these errors were encountered: