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 d795fe6 commit 618f9cfCopy full SHA for 618f9cf
cli/src/ios/update.ts
@@ -78,7 +78,7 @@ export function generatePodFile(config: Config, plugins: Plugin[]) {
78
}
79
80
const podfilePath = join(config.app.rootDir, 'ios', 'App');
81
- const relativeCapacitoriOSPath = convertToUnixPath(relative(podfilePath, capacitoriOSPath));
+ const relativeCapacitoriOSPath = convertToUnixPath(relative(podfilePath, realpathSync(capacitoriOSPath)));
82
83
const capacitorPlugins = plugins.filter(p => getPluginType(p, platform) === PluginType.Core);
84
const pods = capacitorPlugins
0 commit comments