In particular, the "utils/build-script -x” will fail with 84 errors on my system. As best as I can tell, they're all/mostly linker errors because the correct .dylib files aren't being created (not sure why there wouldn’t be errors from that, but I don’t see any)? Is there an option to not require the build to succeed before creating the project file? At least that way I could get a better sense of where the errors are coming from.
(FWIW, as far as I can tell, all the build-script options are failing, not just -x)
- Dave Sweeris
jtbandes
(Jacob Bandes-Storch)
2
Shot in the dark: are you using the latest Xcode beta?
···
On Sun, Mar 5, 2017 at 3:03 PM, David Sweeris via swift-users < swift-users@swift.org> wrote:
In particular, the "utils/build-script -x” will fail with 84 errors on my
system. As best as I can tell, they're all/mostly linker errors because the
correct .dylib files aren't being created (not sure why there wouldn’t be
errors from that, but I don’t see any)? Is there an option to not require
the build to succeed before creating the project file? At least that way I
could get a better sense of where the errors are coming from.
(FWIW, as far as I can tell, all the build-script options are failing, not
just -x)
- Dave Sweeris
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
Yep. Do I need to uninstall 8.2, though? I hadn't thought to try that until just now.
···
Sent from my iPhone
On Mar 5, 2017, at 15:10, Jacob Bandes-Storch <jtbandes@gmail.com> wrote:
Shot in the dark: are you using the latest Xcode beta?
On Sun, Mar 5, 2017 at 3:03 PM, David Sweeris via swift-users <swift-users@swift.org> wrote:
In particular, the "utils/build-script -x” will fail with 84 errors on my system. As best as I can tell, they're all/mostly linker errors because the correct .dylib files aren't being created (not sure why there wouldn’t be errors from that, but I don’t see any)? Is there an option to not require the build to succeed before creating the project file? At least that way I could get a better sense of where the errors are coming from.
(FWIW, as far as I can tell, all the build-script options are failing, not just -x)
- Dave Sweeris
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
jtbandes
(Jacob Bandes-Storch)
4
No, just having the command-line tools set to the beta should be fine.
Also, moving this to swift-dev.
···
On Sun, Mar 5, 2017 at 3:12 PM, David Sweeris <davesweeris@mac.com> wrote:
Yep. Do I need to uninstall 8.2, though? I hadn't thought to try that
until just now.
Sent from my iPhone
On Mar 5, 2017, at 15:10, Jacob Bandes-Storch <jtbandes@gmail.com> wrote:
Shot in the dark: are you using the latest Xcode beta?
On Sun, Mar 5, 2017 at 3:03 PM, David Sweeris via swift-users < > swift-users@swift.org> wrote:
In particular, the "utils/build-script -x” will fail with 84 errors on
my system. As best as I can tell, they're all/mostly linker errors because
the correct .dylib files aren't being created (not sure why there wouldn’t
be errors from that, but I don’t see any)? Is there an option to not
require the build to succeed before creating the project file? At least
that way I could get a better sense of where the errors are coming from.
(FWIW, as far as I can tell, all the build-script options are failing,
not just -x)
- Dave Sweeris
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users
K, I'll double-check that when I get back in front of my computer.
- Dave Sweeris
···
On Mar 5, 2017, at 15:15, Jacob Bandes-Storch <jtbandes@gmail.com> wrote:
No, just having the command-line tools set to the beta should be fine. Also, moving this to swift-dev.
Yep, that was problem… It finished the build without any errors! Thanks, Jacob :-)
- Dave Sweeris
···
On Mar 5, 2017, at 3:23 PM, David Sweeris via swift-dev <swift-dev@swift.org> wrote:
On Mar 5, 2017, at 15:15, Jacob Bandes-Storch <jtbandes@gmail.com> wrote:
No, just having the command-line tools set to the beta should be fine. Also, moving this to swift-dev.
K, I'll double-check that when I get back in front of my computer.