Jeff Lockhart
01/28/2022, 8:54 PMExecution failed for task ':shared:podGenIOS'.
> 'pod gen' command failed with an exception:
Cannot run program "pod" (in directory "/.../shared/build/cocoapods/synthetic/IOS"): error=2, No such file or directory
Possible reason: CocoaPods is not installed
Please check that CocoaPods v1.10 or above and cocoapods-generate plugin are installed.
To check CocoaPods version type 'pod --version' in the terminal
To install CocoaPods execute 'sudo gem install cocoapods'
To install cocoapod-generate execute 'sudo gem install cocoapods-generate'
cocoapods
and cocoapods-generate
are both installed and work when executed from the terminal. The build worked before the Android Studio upgrade as well. ./gradlew :shared:podGenIOS
also works on the command line and after completion, the AS gradle sync completes successfully, until it fails again later. Has anyone else experienced anything like this or have any idea what the issue might be?louiscad
01/28/2022, 9:11 PMopen -a /PathToAndroidStudio.app
?Jeff Lockhart
01/28/2022, 9:23 PMlouiscad
01/28/2022, 9:36 PMlouiscad
01/28/2022, 9:37 PMJeff Lockhart
01/28/2022, 9:46 PMBoris Yordanov
01/31/2022, 1:42 PM