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

[SR-14946] Building the default target should rebuild dylibs for iOS #57288

Open
typesanitizer opened this issue Jul 20, 2021 · 1 comment
Open
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@typesanitizer
Copy link

Previous ID SR-14946
Radar rdar://problem/80859587
Original Reporter @typesanitizer
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels Bug
Assignee @shahmishal
Priority Medium

md5: c62e2632d4aa50b18af5958f03f7fcdf

Issue Description:

Reproduction steps:

1. Run build-script with --ios. This should produce dylibs in the build directory in locations such as lib/swift/iphoneos/libswiftCore.dylib
2. Delete the iphoneos/libswiftCore.dylib file.
3. Run ninja in the build directory without any additional arguments.

Expected: The libswiftCore.dylib will be rebuilt.
Actual: It's not rebuilt. This does work correctly for macOS though.

I spent a bunch of time trying to figure out why I wasn't getting an updated Swift runtime on making code changes. 🙁

@typesanitizer
Copy link
Author

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

1 participant