dpogue commented on issue #727: URL: https://github.com/apache/cordova-ios/issues/727#issuecomment-2136462045
The cause of this appears to be when the app is linked to the Cordova static library without the `-ObjC` linker flag. However, that flag should always be set as part of the build configuration due to build.xcconfig: https://github.com/apache/cordova-ios/blob/2240ebcca08060130eb9c6ffc5b9b35ddb85b248/templates/cordova/build.xcconfig#L26 This shouldn't happen in a generated Cordova app template unless you've manually adjusted flags within Xcode, or changes the `LDFLAGS` in other xcconfig overrides. -- 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