Thanks <@U3S8TTF4Z> for your debugging help. The c...
# multiplatform
r
Thanks @ilya.matveev for your debugging help. The code 65 problem during the Gradle build is solved! 🙂 For others that may run into this problem, the current cocoapods plugin has very poor error reporting so it is very difficult to see what the actual underlying problem is. Until that is fixed, manually run the equivalent
xcodebuild
command in the correct place to get the underlying errors:
Copy code
cd shared/build/cocoapods/synthetic/iosX64/shared/Pods
<run xcodebuild command that is reportint the code 65 error>
👍 5