A new project with the provision profile of the crashing app works fine.
I have not made any change to the app and there is no camera usage. How to I figure out what may be a new requirement since last successful submission? Here is a list of current plist items-
#PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>
#PlistExtra:<key>CFBundleDocumentTypes</key>
#PlistExtra:<array><dict><key>CFBundleTypeIconFiles</key><array/>
#PlistExtra: <key>CFBundleTypeName</key><string>txt File</string>
#PlistExtra:<key>LSItemContentTypes</key><array>
#PlistExtra:<string>public.plain-text</string>
#PlistExtra:</array></dict></array>
#PlistExtra: <key>GADIsAdManagerApp</key><true/>
#AdditionalLib: libsqlite3.dylib
#AdditionalLib: libz.dylib
#AdditionalLib: WebKit.framework
#PlistExtra: <key>NSBluetoothAlwaysUsageDescription</key><string>Used to integrate gmap framework.</string>
The following libraries are used-
View attachment 156564