olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

PHAssetCollectionSubtypeSmartAlbumLivePhotos Fail to Compile Issue #47

Closed jjhesk closed 7 years ago

jjhesk commented 7 years ago

install the latest version 1.0.3 RN 0.43.3 xcode 8.2.1 8C1002

I have got this error

/.../node_modules/react-native-photos-framework/ios/RNPhotosFramework/RCTConvert+RNPhotosFramework.m:103:77: Use of undeclared identifier 'PHAssetCollectionSubtypeSmartAlbumLivePhotos'; did you mean 'PHAssetCollectionSubtypeSmartAlbumVideos'?

/.../node_modules/react-native-photos-framework/ios/RNPhotosFramework/RCTConvert+RNPhotosFramework.m:103:77: Use of undeclared identifier 'PHAssetCollectionSubtypeSmartAlbumLivePhotos'; did you mean 'PHAssetCollectionSubtypeSmartAlbumVideos'?

olofd commented 7 years ago

See if it helps to update xcode to version 8.3

olofd commented 7 years ago

@jjhesk Did it help to update?