I've been struggling to make cocoapods working in fastlane/jenkins. Here is the console output from Jenkins:
[12:40:31]: [32m--- Step: cocoapods ---[0m
[12:40:31]: [32m-----------------------[0m
[12:40:31]: [36m$ bundle exec pod install[0m
+------------------+------+
| [33mLane Context[0m |
+------------------+------+
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | |
| LANE_NAME | beta |
+------------------+------+
[12:40:31]: [31mNo such file or directory - bundle[0m
+------+-----------------------+-------------+
| [32mfastlane summary[0m |
+------+-----------------------+-------------+
| Step | Action | Time (in s) |
+------+-----------------------+-------------+
| 1 | default_platform | 0 |
| 2 | clean_build_artifacts | 0 |
| | [31mcocoapods[0m | 0 |
+------+-----------------------+-------------+
[12:40:31]: [31mfastlane finished with errors[0m
[12:40:31]: [33mError accessing file, this might be due to fastlane's directory handling[0m
[12:40:31]: [33mCheck out https://docs.fastlane.tools/advanced/#directory-behavior for more details[0m
Everything just worked like a charm before adding cocoapods action in the lane of the Fastfile.