DmcSDK / cordova-plugin-mediaPicker

cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信
MIT License
139 stars 93 forks source link

PGB build failed for ios #65

Closed nnzfly closed 5 years ago

nnzfly commented 5 years ago

/project/Costruct/Plugins/cordova-plugin-mediapicker-dmcsdk/CollectionViewCell.m:24:56: error: use of undeclared identifier 'labeH'; did you mean 'labelH'? self.labelL.font=[UIFont systemFontOfSize:(labeH-5)0.68]; ^~~~~ labelH /project/Costruct/Plugins/cordova-plugin-mediapicker-dmcsdk/CollectionViewCell.m:21:21: note: 'labelH' declared here CGFloat labelH=width/6; ^ /project/Costruct/Plugins/cordova-plugin-mediapicker-dmcsdk/CollectionViewCell.m:30:56: error: use of undeclared identifier 'labeH'; did you mean 'labelH'? self.labelR.font=[UIFont systemFontOfSize:(labeH-5)0.68]; ^~~~~ labelH /project/Costruct/Plugins/cordova-plugin-mediapicker-dmcsdk/CollectionViewCell.m:21:21: note: 'labelH' declared here CGFloat labelH=width/6; ^ /project/Costruct/Plugins/cordova-plugin-mediapicker-dmcsdk/CollectionViewCell.m:43:57: error: use of undeclared identifier 'labeH'; did you mean 'labelH'? self.labeGIF.font=[UIFont systemFontOfSize:(labeH-5)*0.68]; ^~~~~ labelH /project/Costruct/Plugins/cordova-plugin-mediapicker-dmcsdk/CollectionViewCell.m:21:21: note: 'labelH' declared here CGFloat labelH=width/6; ^ 3 errors generated.