-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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-2232] Broken Development Snapshot 2016-07-29-a #44839
Comments
I tried the two snapshots released before 2016-07-29: and they both have the same issue as 2016-07-29: Didn't try the -symbols ones. So, the three (perhaps more) latest snapshots doesn't work (at least with Xcode 8 beta 3), ie can't compile a new Command Line App project. I wish the next snapshot will work, and include the UnsafeRawPointer API, and be available soon. |
@shahmishal, do we ship static libraries in the downloadable toolchains? |
I just took a look, and it seems like we only have libswiftCore.a, libswiftDarwin.a, and libswiftSwiftONoneSupport.a in there. That doesn't seem right. |
@gottesmm thinks this might be related to his change, he will look at it later today if he has free time. |
Great, it works, thanks! |
Yep, Open -> Resolved means we think we've fixed it, Resolved -> Closed means you agree. |
Ok, thanks! |
Environment
Xcode 8 beta 3, dev snapshot 2016-07-29-a, OS X 10.11.6
Additional Detail from JIRA
Watchers: @shahmishal
md5: 7d3775be2231de0fd87244d19737396f
Issue Description:
Steps to reproduce:
1. Download and install:
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-osx.pkg
(the one without symbols)
2. Open Xcode 8 beta 3 and create a new Command Line project.
3. Compile the hello word code without editing it.
4. Note the linker error.
ld: library not found for -lswiftDispatch for architecture x86_64
NOTE:
This issue is with:
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-osx.pkg
and not with:
swift-DEVELOPMENT-SNAPSHOT-2016-07-29-a-osx-symbols.pkg
And another issue: I wanted to try out the new UnsafeRawPointer API, but it is only included in the buggy snapshot. It is not included in the working snapshot (the one with symbols).
The text was updated successfully, but these errors were encountered: