NDK build failed on Gitlab ci

Issue my android project require NDK, in app/build.gradle android { … ndkVersion ‘23.1.7779620’ … } it work build on local. But throw failed on gitlab-ci like this : > Task :app:configureNdkBuildDebug[arm64-v8a] FAILED C/C++: /builds/company/repo/android-home/ndk/23.1.7779620/build/ndk-build: line 151: file: command not found

Continue reading

Command PhaseScriptExecution failed with a nonzero exit code flutter

Issue I got an error when I tried to add flutter to an existing iOS app it worked fine on the android side, in IOS I got this error message : /Users/mac/Library/Developer/Xcode/DerivedData/Fixit- dffmmspbqmueppghdvveloietubr/Build/Intermediates.noindex/Fixit.build/Debug- iphoneos/Fixit.build/Script-04B0EA9A232E6ABD008A0448.sh: line 3: /packages/flutter_tools/bin/xcode_backend.sh: No such file

Continue reading