Hn Nguyen

Results 8 comments of Hn Nguyen

I have gotten this issue while I test on Samsung Galaxy S10.

I have met this issue when I use model 'gpt-4o'.

``` import Flutter import UIKit import receive_sharing_intent @main @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { GeneratedPluginRegistrant.register(with: self) return...

``` AppGroupId group.docread.pdfreader CFBundleVersion $(FLUTTER_BUILD_NUMBER) NSExtension NSExtensionAttributes PHSupportedMediaTypes PDF Image Text NSExtensionActivationRule NSExtensionActivationSupportsText NSExtensionActivationSupportsWebURLWithMaxCount 1 NSExtensionActivationSupportsImageWithMaxCount 100 NSExtensionActivationSupportsMovieWithMaxCount 100 NSExtensionActivationSupportsFileWithMaxCount 1 NSExtensionMainStoryboard MainInterface NSExtensionPointIdentifier com.apple.share-services ``` This is the Info.plist...

``` AppGroupId group.docread.pdfreader CFBundleURLTypes CFBundleTypeRole Editor CFBundleURLSchemes ShareMedia-$(PRODUCT_BUNDLE_IDENTIFIER) CFBundleDocumentTypes CFBundleTypeName PDF LSHandlerRank Owner LSItemContentTypes com.adobe.pdf CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName GPTone CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName gpt_tts CFBundlePackageType APPL...

``` com.apple.security.application-groups group.docread.pdfreader ``` This is the Runner.entitlement file and the the ShareExtension.entitlement file.

I have fixed this issue. Because the "iOS deployment Target" of the ShareExtension is 18.6.0 which is larger than the ios version of my iPhone 8 Plus.