-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run swift run --package-path xcfs build #147
Comments
Go to
And run I think this is a bad decision |
The bitcode issue is just a warning. If the compilation fails, there is an error elsewhere in the log. |
You can edit the file But you will be get next error: error: There is no XCFramework found at '/Project/ios_system/xcfs/.build/artifacts/xcfs/libssh2.xcframework'. (in target 'curl_ios' from project 'ios_system')
error: There is no XCFramework found at '/Project/ios_system/xcfs/.build/artifacts/xcfs/openssl.xcframework'. (in target 'curl_ios' from project 'ios_system') |
Hi, I'm new to the ios-system integration. When I try to build the ios_system.framework using the command swift run --package-path xcfs build. I get this issues
warning: Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode. (in target 'ios_system' from project 'ios_system')
** ARCHIVE FAILED **
Swift/ErrorType.swift:200: Fatal error: Error raised at top level: FMake.BuildError.unexpectedStatusCode
zsh: trace trap swift run --package-path xcfs build
I have checked the project, and there is no bitcode enable.
The text was updated successfully, but these errors were encountered: