iOS: Code Signing with Cocoapods -
just switched app use_frameworks
cocoapods
, builds fine , works fine on phone , in our ci server. when uploading ipa
itunes connect, error of
invalid code signing entitlements. application bundle's signature contains code signing entitlements not supported on ios. specifically, value '[correct_application_identifier]' key 'application-identifier' in '[path_to_pods_framework]' not supported. value should string starting teamid, followed dot '.', followed bundle identifier.
this error comes each framework used in app (i have 10 pods in app, , have 10 errors on screen) not sure should do. ideas?
Comments
Post a Comment