We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6ba18 commit cb96f2cCopy full SHA for cb96f2c
lib/services/ios-project-service.ts
@@ -674,7 +674,7 @@ We will now place an empty obsolete compatability white screen LauncScreen.xib f
674
}
675
676
private getLibSubpathRelativeToProjectPath(targetPath: string): string {
677
- let frameworkPath = path.relative("platforms/ios", targetPath);
+ let frameworkPath = path.relative(this.platformData.projectRoot, targetPath);
678
return frameworkPath;
679
680
0 commit comments