Skip to content
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

Extend CI with building for iOS #140

Open
valeriyvan opened this issue May 6, 2024 · 0 comments
Open

Extend CI with building for iOS #140

valeriyvan opened this issue May 6, 2024 · 0 comments

Comments

@valeriyvan
Copy link
Owner

valeriyvan commented May 6, 2024

Running swift build --triple aarch64-apple-ios-sim produces errors unable to load standard library for target 'aarch64-apple-ios12.0-sim:

swift build --triple aarch64-apple-ios-sim --sdk "`xcrun --sdk iphonesimulator --show-sdk-path`"
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/***/swift-geometrize/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios16.4-sim'
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios16.4-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
error: emit-module command failed with exit code 1 (use -v to see invocation)
<unknown>:0: error: unable to load standard library for target 'aarch64-apple-ios12.0-sim'
[25/29] Emitting module SwiftJPEG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant