OSStatus always returns -34018 in Xcode 8 unit tests

262 Views Asked by At

I am running few unit tests in my framework project (target is .framework) where I am storing/fetching some data to/from keychain and all my unit tests were working as expected but all of my unit tests are started failing after I upgrade my xcode to xcode8 , unit tests are failing since OSStatus always returns -34018

per this solution I have added a run script codesign --verify --force --sign "$CODE_SIGN_IDENTITY" "$CODESIGNING_FOLDER_PATH" but no luck its not working how do I fix this, I am blocked because of this please help me out

0

There are 0 best solutions below