You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my current Cordova based project that runs on both Android and iOS, config.xml used for Android has a different project name than the one in iOS. Whenever after_prepare hook is triggered, it encountered error at finding for "project_name".xcodeproj.
Would suggest moving this hook into iOS and OSX specifically to prevent this hook from running when this command "cordova platform add android" is being executed.
The text was updated successfully, but these errors were encountered:
foonjs
changed the title
Include after_prepare hook only when the platform is iOS or OSX
Execute after_prepare hook only on iOS/OSX platform
Nov 1, 2023
In my current Cordova based project that runs on both Android and iOS, config.xml used for Android has a different project name than the one in iOS. Whenever after_prepare hook is triggered, it encountered error at finding for "project_name".xcodeproj.
Would suggest moving this hook into iOS and OSX specifically to prevent this hook from running when this command "cordova platform add android" is being executed.
The text was updated successfully, but these errors were encountered: