apollo-ios: Apollo 0.29.0 - 0.30.0 failed to build in Travis

Hi, i have an issue in Travis when build my apps using apollo. Screen Shot 2020-07-28 at 13 45 24 It’s said there is no module ApolloCore, but when i run in xcode and archive it using xcode, it went well. No issue arises when using Xcode.

I tried to downgrade to version 0.28.0 and it works well in Travis. No error occured. Is there any configuration for Travis to build Apollo pod?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 22 (12 by maintainers)

Most upvoted comments

hi @designatednerd I’ve found the issue. It’s failed because of 2 parameters in gym :

  • analyze_build_time
  • skip_profile_detection

When i remove them, build runs properly. It’s kind of magic 🤣 And for the xcode argument it’s should be like this xcargs: "ARCHIVE='1' COCOAPODS='1'",

Hi @designatednerd , sorry for slow response. We are still in the middle of project and the deadline is very tight. We will inform you later as soon as possible after we try it in local and using verbose as you suggest.