mohamedsharaf edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI) URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-454685994 > > @erisu looks like your PR was merged 👍 > > I've confirmed this fixes the problem for me as well. It's merged to master, but not 4.5.x branch. Do we know what the release schedule is for the next ios platform version? > If 4.5.6 - I think this should be merged to that branch also. > If 4.6 with a new branch from master, then it will be included without additional merging. > > In the meantime: > > * I've downloaded the raw file as ios-updated-build.js in root of my project > * verified it's the only diff from the current default 4.5.5 ios version > * added a resource-file line to my config.xml under ios platform and that's got my local project building again > > ``` > <platform name="ios"> > <resource-file src="ios-updated-build.js" target="../../cordova/lib/build.js" /> > ... > ``` this may help other this is the file to download /bin/templates/scripts/cordova/lib/build.js https://raw.githubusercontent.com/erisu/cordova-ios/4dd0586ebdf1650ae9079c98cae4d68b96bc08fe/bin/templates/scripts/cordova/lib/build.js
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
