While I'm trying to run application on simulator I'm getting below warning
Multiple targets match implicit dependency for linker flags '-framework Cordova'. Consider adding an explicit dependency on the intended target to resolve this ambiguity. (in target 'AbbWorld' from project 'AbbWorld') Target 'Cordova' (in project 'CordovaLib') Target 'Cordova' (in project 'Pods')
Even though its just a warning I should be able to run the application but I'm unable to do so
Issue is on Xcode 13 Beta 5. Working fine on Xcode 12.5
Thanks in Advance!!