Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 4b1d47e

Browse files
authored
[image_picker] Fix 'messages.g.h' file not found (#5635)
1 parent 486071d commit 4b1d47e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/image_picker/image_picker_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.5+3
2+
3+
* Fixes 'messages.g.h' file not found.
4+
15
## 0.8.5+2
26

37
* Minor fixes for new analysis options.

packages/image_picker/image_picker_ios/ios/Classes/FLTImagePickerPlugin_Test.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#import <image_picker_ios/FLTImagePickerPlugin.h>
88

9-
#import <messages.g.h>
9+
#import "messages.g.h"
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

packages/image_picker/image_picker_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker_ios
22
description: iOS implementation of the video_picker plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_ios
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5-
version: 0.8.5+2
5+
version: 0.8.5+3
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)