mmrosekgi commented on issue #1531: URL: https://github.com/apache/cordova-ios/issues/1531#issuecomment-2886072160
There are two changes I had to do in the configuration in XCode I had to do to get it to work. 1. Remove the objective C Bridging Header path from the Call-directory target. 2. Add a header search path to the app target: "${PODS_ROOT}/Cordova/CordovaLib/Classes/Public" With this it can be build and the call-directory extension works. -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org