Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
- fixed: xcode build error
FLTImagePickerPlugin_Test.h:9:9: 'messages.g.h' file not found with <angled> include; use "quotes" instead
  • Loading branch information
cdoky authored May 15, 2022
commit a4e05dd28f404f43fd2c516ea6d5ba56e539f5af
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#import <image_picker_ios/FLTImagePickerPlugin.h>

#import <messages.g.h>
#import "messages.g.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down