apollo-ios: No such module 'SQLite'

To continue the issue that I brought up in: https://github.com/apollographql/apollo-ios/issues/749 We can reproduce it on two computers (prob even more) here at work with an empty directory with a Carthage file in it:

github "apollographql/apollo-ios" "0.12.0"

and command:

carthage update --platform macOS --verbose

Result: screenshot_2019-09-27_at_15 40 24

When opening the ApolloSQLite.xcodeproj and trying to build it the same error appears:

Screenshot 2019-10-01 at 08 11 26

Building the SQLite Mac scheme seems to work fine.

Screenshot 2019-10-01 at 08 14 54

Both devices are on: MacOS: 10.14.6 Carthage: 0.33.0 Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) Target: x86_64-apple-darwin18.7.0 One device is a MacBook 15 inch with Touch Bar the other one is the model before without Touch Bar.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 27 (13 by maintainers)

Most upvoted comments

Hahahah nuking it from orbit. Thank you for all the help @designatednerd

Yeah I don’t think we’ll find what the real issue was. I’ve even chatted to my brother who is working on Xcode at Apple and he neither got where my issue came from. If it even pops up again and I understand what’s triggering it I will send you a private message. Thank you for all the help!