Closed decisionslab2 closed 8 months ago
@decisionslab2 Did this task ever work as expected?
I noticed a warning for flutter_webview_plugin
in your output. It looks like it will print that for all build failures, but, in the spirit of due diligence, can you answer the following:
MAMify
task work without the inclusion of the Preview?Recently we have upgraded our flutter SDK to the latest version that requires the compile build version to get set to 33. And also we have update the InTune SDK as well. Ever since then we are facing MAMification failed issue. Previous to that we were able to Mamify the App successfully. Is it related something to flutter SDK? I believe InTune SDK Should be compatible to any Cross-platform framework.
We have also tried by removing Flutter_webview_plugin but no progress. we are still facing the same MAMification issue issue.
@decisionslab2 Thank you for that information, it is most helpful.
Could you help us narrow done the combination that is causing the issue by...
We do limited testing with cross-platform frameworks, but we do strive to support as many scenarios as possible.
We'll do testing in tandem as well.
Testing with a Flutter SDK update, without updating MAM and without the targeting version. : This Fails with the Said exception.
Hence we have afraid to update our App to the latest Flutter SDK.
@decisionslab2 Thank you for providing that analysis. Will update when we have more information.
@decisionslab2 What is the current Flutter SDK version your app is on and what is the version you are updating to? I noticed there is a 3.7 release, but based on your timing in opening this issue I would imagine you were trying to update to the 3.3 release?
After careful debugging we have found the issue is related to image_picker_android: ^0.8.5+8 and https://pub.dev/packages/image_picker packages which was causing Mamification failure on the Latest flutter SDK.
version:
Updating pubspec.lock with the following version helps build the App. should we contact image_picker for more information ?
image_picker: dependency: "direct main" description: name: image_picker sha256: "22207768556b82d55ec70166824350fee32298732d5efa4d6e756f848f51f66a" url: "https://pub.dev" source: hosted version: "0.8.6+3" image_picker_android: dependency: transitive description: name: image_picker_android sha256: "68d067baf7f6e401b1124ee83dd6967e67847314250fd68012aab34a69beb344" url: "https://pub.dev" source: hosted version: "0.8.5+7" image_picker_for_web: dependency: transitive description: name: image_picker_for_web sha256: "66fc6e3877bbde82c33d122f3588777c3784ac5bd7d1cdd79213ef7aecb85b34" url: "https://pub.dev" source: hosted version: "2.1.11" image_picker_ios: dependency: transitive description: name: image_picker_ios sha256: "39aa70b5f1e5e7c94585b9738632d5fdb764a5655e40cd9e7b95fbd2fc50c519" url: "https://pub.dev" source: hosted version: "0.8.6+9"
@decisionslab2, can you share any details that helped you determine that version 0.8.5+8
of image_picker_android
was the issue? We'd like to better understand why this dependency caused Mamification to fail.
Closing due to lack of response. Will re-open if more details are provided.
Issue: Unable to compile and run with Intune. Fails at Build. > Cannot inherit from final class
It's happening with the latest SDK of InTune with compile SDK 33
We have received the following exception from our logs: