We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80de65b commit aeb426dCopy full SHA for aeb426d
lib/services/ios-project-service.ts
@@ -271,6 +271,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
271
const frameworkAddOptions: IXcode.Options = { customFramework: true };
272
if (await this.isDynamicFramework(frameworkPath)) {
273
frameworkAddOptions["embed"] = true;
274
+ frameworkAddOptions["sign"] = true;
275
}
276
277
const frameworkRelativePath = '$(SRCROOT)/' + this.getLibSubpathRelativeToProjectPath(frameworkPath, projectData);
0 commit comments