dpa99c / phonegap-launch-navigator

Phonegap/Cordova plugin which launches native route navigation apps for Android, iOS and Windows
369 stars 131 forks source link

Compile on older versions of XCode #179

Closed bf4 closed 6 years ago

bf4 commented 6 years ago

I'm on OSX Yosemite, XCode 7.0,1, and required these explicit args

Compile error on these lines:

screen shot 2018-01-03 at 11 22 09 am
bf4 commented 6 years ago

Thanks! so much better than having to run a script :)

    "corber:ios:support_old_ios": "perl -e 's/initWithCoordinate:(destCoord|startCoord)\\]/initWithCoordinate:\\1 addressDictionary:nil\\]/g;' -pi corber/cordova/platforms/ios/client/Plugins/uk.co.workingedge.phonegap.plugin.launchnavigator/LaunchNavigator.m",