shankari commented on issue #550: URL: https://github.com/apache/cordova-ios/issues/550#issuecomment-950018532
I ran into a similar issue with a different pod (AppAuth) while trying to upgrade to the latest version of cordova and iOS (https://github.com/e-mission/e-mission-phone/pull/804). with [email protected], everything works, as you can see from the CI https://github.com/e-mission/e-mission-phone/runs/3932599692?check_suite_focus=true However, with the upgrade to [email protected], the build fails with the error ``` /Users/runner/work/e-mission-phone/e-mission-phone/platforms/ios/emission/Plugins/cordova-plugin-em-jwt-auth/OpenIDAuth.m:10:9: fatal error: 'AppAuth.h' file not found #import "AppAuth.h" ^~~~~~~~~~~ ``` As you can see from the Pull Request CI https://github.com/e-mission/e-mission-phone/runs/3978587619?check_suite_focus=true -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
