Hi,
Xcode: 15.2
Version: 0.9.0
While compiling the source code getting this error, 'shared' is unavailable in application extensions for iOS: Use view controller based solutions where appropriate instead.
Due to some reason, the solution of using the config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'No' is not used.
Can this be looked upon and update the code?