Describe the bug
can not open FastImage iOS project
It occur error that close immediately my project
To Reproduce
open node_modules/react-native-fast-image/ios/FastImage.xcodeproj
Expected behavior
open Xcode
Screenshots

Dependency
fast image version : 7.0.2
Same issue, any update?
Same issue, any update?
Same issue, downgraded to v6.1.1 for a temporary workaround.
Same issue :(
currently 7.0.x of iOS is not wokring
use 6.1.1 and then fix the build.gradle of android(react-native-fast-image) as '7.0.x' build.gradle file
(6.1.1 using Glide that not supported android x)
@Bang9, I followed your instructions, but now my project does not launch. I just replaced build.gralde file, and replaced by androidx class mappings some error imports. If it is not right, please give me your build.gradle.
@alpamys-qanybet If you set properly, you dont need replace any method to android x by yourself.
do you have jetifier ? If you not, do npm install --save-dev jetifier
After upgrade to Xcode 11, Xcode crash is gone from my project(but FastImage.xcodeproj is still a problem)
I'm using jetifier but have same issue, using v7.0.2
@Bang9 did you find a solution different than downgrading ?
I'm using
jetifierbut have same issue, usingv7.0.2
@Bang9 did you find a solution different than downgrading ?
XCode clean
Remove project
Clone project
npm install
pod install
@Bang9
use 6.1.1 and then fix the build.gradle of android(react-native-fast-image) as '7.0.x' build.gradle file (6.1.1 using Glide that not supported android x)
Can you explain what exactly you mean by that?
@Bang9
use 6.1.1 and then fix the build.gradle of android(react-native-fast-image) as '7.0.x' build.gradle file (6.1.1 using Glide that not supported android x)
Can you explain what exactly you mean by that?
@rahamin1
build.gradle file in react-native-fast-image-v7.0.xbuild.gradle file in react-native-fast-image-v6.1.1OK... You mean in order to make the android build work as well for 6.1.1.
I was confused since the issue is discussing iOS..
@rahamin1 TLDR
v7.0.x working on Android, but not working on iOS (Xcode issue) -> can't resolve problem
v6.1.1 working on iOS, but not working on Android (Android-X issue) -> can resolve problem
Most helpful comment
currently 7.0.x of iOS is not wokring
use 6.1.1 and then fix the build.gradle of android(react-native-fast-image) as '7.0.x' build.gradle file
(6.1.1 using Glide that not supported android x)