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.
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)
hi @designatednerd I’ve found the issue. It’s failed because of 2 parameters in
gym
: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.