davedelong / DDMathParser

String → Number
MIT License
854 stars 153 forks source link

CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 9.1' #116

Closed nikolaenkoag closed 6 years ago

nikolaenkoag commented 8 years ago

Hi! I am add DDMathParser.xcodeproj to my workspace and link MathParser.framework into my app.

When i build my project in ios 9.1 device, i get: CodeSign error: code signing is required for product type 'Framework' in SDK 'iOS 9.1'

How do I solve the problem?

davedelong commented 6 years ago

You may need to edit the build settings for the framework when building your app so that the framework gets code signed using whatever identity you're using for the rest of your app.