1

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

Community
  • 1
  • 1
Ravi Kiran
  • 219
  • 3
  • 14
  • Possible duplicate of [In iOS10, is it possible to access Keychain from within a static library/framework, for unit testing](http://stackoverflow.com/questions/39538377/in-ios10-is-it-possible-to-access-keychain-from-within-a-static-library-framewo) – oded betzalel Nov 16 '16 at 08:51

0 Answers0