React-native-fast-image: Can not open FastImage.xcodeproj

Created on 6 Aug 2019  路  14Comments  路  Source: DylanVann/react-native-fast-image

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
image

Dependency
fast image version : 7.0.2

bug

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)

All 14 comments

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 jetifier but have same issue, using v7.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

  1. copy build.gradle file in react-native-fast-image-v7.0.x
  2. open build.gradle file in react-native-fast-image-v6.1.1
  3. paste

OK... 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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pehagg picture pehagg  路  3Comments

kmilodenisglez picture kmilodenisglez  路  3Comments

ryoid picture ryoid  路  3Comments

NgocNamFNT picture NgocNamFNT  路  3Comments

guihouchang picture guihouchang  路  4Comments