I am building react native project using fastlane , on my own mac it is working properly. but when i send those cmd from a Jenkins server to my mac via SSH i got quite a lot of problems related to user rights after ssh with keychain, yes i fixed it with following cmd. security -v unlock-keychain -p "password" /Users/apple/Library/Keychains/login.keychain i passed the keychains error but achive error [31m❌ error: Failed with exit code exited with status 1 (in target 'App' from project 'App') [0m
** ARCHIVE FAILED **
The following build commands failed: CopySwiftLibs /Users/apple/Library/Developer/Xcode/DerivedData/App-caccyswepcwwvwfduugmcacqjtby/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app (in target 'App' from project 'App') (1 failure) [15:15:52]: [31mExit status: 65 [0m
i am building react native project using fastlane , on my own mac it is working properly. but when i send those cmd from a Jenkins server to my mac via SSH i got quite a lot of problems related to user rights after ssh with keychain, yes i fixed it with following cmd. security -v unlock-keychain -p "password" /Users/apple/Library/Keychains/login.keychain i passed the keychains error but achive error [31m❌ error: Failed with exit code exited with status 1 (in target 'App' from project 'App') [0m
** ARCHIVE FAILED **
The following build commands failed: CopySwiftLibs /Users/apple/Library/Developer/Xcode/DerivedData/App-caccyswepcwwvwfduugmcacqjtby/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app (in target 'App' from project 'App') (1 failure) [15:15:52]: [31mExit status: 65 [0m
here is the cmd that i ran. security -v unlock-keychain -p "pasword" /Users/apple/Library/Keychains/login.keychain fastlane build