lisen87 / image_pickers

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

Semantic Issue (Xcode): Property 'timeout' not found on object of type 'ZLPhotoConfiguration *' /Users/anmolgupta/.pub-cache/hosted/pub.dev/image_pickers-2.0.4+6/ios/Classes/ImagePickersPlugin.m:181:22 #129

Closed anmolgupta321 closed 9 months ago

cuixiaocun commented 9 months ago

检查一下dart packages 下的image_picker 是不是2.0.4+6 如果不是将 image_pickers: ^2.0.4+6改为 image_pickers: 2.0.4+6 固定版本 然后 重新pub get 然后 删掉 Podfile.lock 重新pod install

q200892907 commented 9 months ago

检查一下dart packages 下的image_picker 是不是2.0.4+6 如果不是将 image_pickers: ^2.0.4+6改为 image_pickers: 2.0.4+6 固定版本 然后 重新pub get 然后 删掉 Podfile.lock 重新pod install

ZLPhotoBrowser 4.4.6及以上版本没有timeout属性, pod配置中使用了小版本升级,会自动升级到最新的小版本,造成问题

anmolgupta321 commented 9 months ago

how can i update the version of ZLPhotoBrowser

q200892907 commented 9 months ago

how can i update the version of ZLPhotoBrowser 作者已经更新了,2.0.4+7

cuixiaocun commented 9 months ago

已更新