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

Buildasaur bots failing to find derived data #297

Open
emmaviolet opened this issue Nov 11, 2016 · 0 comments
Open

Buildasaur bots failing to find derived data #297

emmaviolet opened this issue Nov 11, 2016 · 0 comments

Comments

@emmaviolet
Copy link

@ecaselles and I have just updated from Xcode 7.3 / Buildasaur 1.0.1 to Xcode 8.1 / Buildasaur 1.0.3, and are now finding that buildasaur bots are consistently failing to build our app on simulators, failing with errors like:

ld: warning: directory not found for option '-L/Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/KIF'
ld: warning: directory not found for option '-L/Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/KIF-Kiwi'
ld: warning: directory not found for option '-L/Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/Kiwi'
ld: warning: directory not found for option '-L/Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/OHHTTPStubs'
ld: file not found: /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/FCUKInvestors
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The following build commands failed:
	Ld /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/FCUKInvestors normal x86_64
	GenerateDSYMFile /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app.dSYM /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/FCUKInvestors
	Ld /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/PlugIns/FCUKInvestorsTests.xctest/FCUKInvestorsTests normal x86_64
	GenerateDSYMFile /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestorsTests.xctest.dSYM /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/PlugIns/FCUKInvestorsTests.xctest/FCUKInvestorsTests
	Ld /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/PlugIns/FCUKInvestorsInterfaceTests.xctest/FCUKInvestorsInterfaceTests normal x86_64
	GenerateDSYMFile /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestorsInterfaceTests.xctest.dSYM /Users/mobile/Library/Caches/XCSBuilder/Bots/67a12ab2bd5d16cf4ca4376cec660625/DerivedData/Build/Products/Debug-iphonesimulator/FCUKInvestors.app/PlugIns/FCUKInvestorsInterfaceTests.xctest/FCUKInvestorsInterfaceTests
(6 failures)

We would usually address these sorts of errors by clearing the derived data on Xcode, but we're not sure how to do this with a Buildasaur Bot (we already have the clean option set to always).

We're also a little confused about what is causing this, as new and existing Xcode Bots built without Buildasaur continue to work just fine. Wondering if anyone else has seen anything similar?

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