lisen87 / image_pickers

图片多选并压缩,保存图片到相册,视频多选,预览图片和视频
Apache License 2.0
90 stars 59 forks source link

iOS编译报错 #114

Closed NSLogZfRee closed 1 year ago

NSLogZfRee commented 1 year ago

version: 2.0.0+7

Could not build the precompiled application for the device. Semantic Issue (Xcode): Property 'cellCornerRadio' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:136:22

Semantic Issue (Xcode): Property 'allowTakePhoto' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:149:30

Semantic Issue (Xcode): Property 'allowRecordVideo' not found on object of type 'ZLPhotoConfiguration *'; did you mean 'allowSelectVideo'? /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:150:30

Semantic Issue (Xcode): Property 'allowTakePhoto' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:154:30

Semantic Issue (Xcode): Property 'allowRecordVideo' not found on object of type 'ZLPhotoConfiguration *'; did you mean 'allowSelectVideo'? /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:155:30

Semantic Issue (Xcode): Property 'maxRecordDuration' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:162:26

Semantic Issue (Xcode): Property 'cellCornerRadio' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:223:26

Semantic Issue (Xcode): Property 'allowTakePhoto' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:227:30

Semantic Issue (Xcode): Property 'allowRecordVideo' not found on object of type 'ZLPhotoConfiguration *'; did you mean 'allowSelectVideo'? /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:228:30

Semantic Issue (Xcode): Property 'allowTakePhoto' not found on object of type 'ZLPhotoConfiguration *' /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:234:30

Semantic Issue (Xcode): Property 'allowRecordVideo' not found on object of type 'ZLPhotoConfiguration *'; did you mean 'allowSelectVideo'? /Users/zhoufei/Desktop/image_picker/ios/Classes/ImagePickersPlugin.m:235:30

NSLogZfRee commented 1 year ago

https://github.com/lisen87/image_pickers/issues/109