I have old project, when I build my project I got errors for
- Braintree-UI-Localization
- Braintree-Drop-In-Localization
Error Image
The same cocoa-pod which same version is working in its supplement project. I don't know why it is happening here.
Already done
Already done all answers of below links and checked project in multiple Mac's
- Code sign error : bundle format unrecognized, invalid, or unsuitable
- bundle format unrecognized, invalid, or unsuitable
- Xcode - Bundle format unrecognized, invalid, or unsuitable
- https://github.com/rollbar/rollbar-ios/issues/21
- https://github.com/CocoaPods/CocoaPods/issues/5742
Still not getting how to solve this errors.
Config for project:
- X-code 8.1
- Objective-c
Thanks.
Edit
Update the pod as pod 'Braintree' , '~> 3.9.3'
as per suggestion and got below errors