This app is built with Ionic 8 / Capacitor 5. Below is the output on the Warnings from the Build. For what it's worth my application code is built in Javascript. Capacitor plugins probably use Swift/Objective-C, but that's at a lower level than my code, and I'm not using any plugins in this project that I haven't used successfully before in approved apps.
App
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/App.xcodeproj Update to recommended settings
App
Run script build phase '[CP] Embed Pods Frameworks' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/App/Assets.xcassets
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/App/Assets.xcassets:./Splash.imageset/(null)[2d][splash-2732x2732-1.png] The image set "Splash" has 3 unassigned children.
CapacitorCommunityBluetoothLe
/Users/vic/dev/nx-myapp-oem/node_modules/@capacitor-community/bluetooth-le/ios/Plugin/Plugin.swift
/Users/vic/dev/nx-myapp-oem/node_modules/@capacitor-community/bluetooth-le/ios/Plugin/Plugin.swift:543:75 Cast from '(any JSValue)?' to unrelated type 'UInt16' always fails
CodetrixStudioCapacitorGoogleAuth
/Users/vic/dev/nx-myapp-oem/node_modules/@codetrix-studio/capacitor-google-auth/ios/Plugin/Plugin.swift
/Users/vic/dev/nx-myapp-oem/node_modules/@codetrix-studio/capacitor-google-auth/ios/Plugin/Plugin.swift:46:79 Conditional downcast from 'String?' to 'String' does nothing
/Users/vic/dev/nx-myapp-oem/node_modules/@codetrix-studio/capacitor-google-auth/ios/Plugin/Plugin.swift:54:13 'getConfigValue' is deprecated: use getConfig() and access config values using the methods available depending on the type.
/Users/vic/dev/nx-myapp-oem/node_modules/@codetrix-studio/capacitor-google-auth/ios/Plugin/Plugin.swift:59:13 'getConfigValue' is deprecated: use getConfig() and access config values using the methods available depending on the type.
AppAuth
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:53:3 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:143:7 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:144:37 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:180:58 'openURL:' is deprecated: first deprecated in iOS 10.0
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:203:3 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42 'openURL:' is deprecated: first deprecated in iOS 10.0
/Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61 'openURL:' is deprecated: first deprecated in iOS 10.0
IONGeolocationLib
Run script build phase '[CP] Copy XCFrameworks' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase.