question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Images not showing

See original GitHub issue

Question Subject

Images not showing up in iOS.

Question Description

First of all, I’m not sure if this is an actual issue but I wanted to share what I’m currently experiencing. This is the output of expo diagnostics:

Expo CLI 3.28.5 environment info:
    System:
      OS: macOS 10.15.6
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 10.15.0 - ~/.nodenv/versions/10.15.0/bin/node
      Yarn: 1.22.10 - ~/.nodenv/versions/10.15.0/bin/yarn
      npm: 6.4.1 - ~/.nodenv/versions/10.15.0/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    Managers:
      CocoaPods: 1.10.0 - /Users/dernst/.rvm/gems/ruby-2.6.3@latest/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.0, DriverKit 19.0, macOS 10.15, tvOS 14.0, watchOS 7.0
      Android SDK:
        API Levels: 23, 25, 27, 28
        Build Tools: 23.0.1, 27.0.3, 28.0.2, 28.0.3
        System Images: android-28 | Google APIs Intel x86 Atom
        Android NDK: 19.2.5345600
    IDEs:
      Xcode: 12.0.1/12A7300 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^38.0.0 => 38.0.4 
      react-native: https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz => 0.62.2 
    npmGlobalPackages:
      expo-cli: 3.28.5
    Expo Workflow: managed

I built my application before the last version of turtle (0.19.0) that was published some hours ago and everything was working fine. After that last turtle release, I’m experiencing that images in iOS are not showing up (every Image component is not rendering). I think this is caused by the Xcode update to 12.1 and probably related to this react-native issue 29279. I saw there is a patch that can be applied to RCTUIImageViewAnimated.m but I believe I’m not able to do this with the managed workflow. I’m currently using the Expo SDK 38 and it seems the the react native version 0.62.2 has that Image rendering issue on iOS 14.

Is there any way I could use an old version of the turtle service? Or is there any path I should follow to solve this?

Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dernstercommented, Nov 16, 2020

@jacobworman @pablaber

Ok, so I was able to get a proper build of my app by building locally. What I did was:

  1. Install turtle-ci (version 0.18.9): npm install -g turtle-cli@0.18.9
  2. Install Xcode 12.0.1
  3. Install fastlane: brew install fastlane
  4. Download all certificates of the app by running: expo fetch:ios:certs
  5. Follow this expo guide

I think that what solved the issue was the Xcode version being used and not downgrading the turtle-ci version. But anyways, I went with the previous turtle-ci version and it worked 😃

0reactions
brentvatnecommented, Nov 16, 2020

this is resolved now. we had to rollback to building shell apps using xcode 11, we’ll fix the underlying issue and move back to xcode 12 soon. https://github.com/expo/expo/issues/11037#issuecomment-728246741

i also rolled back the latest turtle-cli version to 0.18.9

sorry for the hassle!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Images Not Loading in Chrome - Online Tech Tips
When Chrome doesn't display images on a site, switch to another web browser on your computer and see if you can load the...
Read more >
Why Are Web Page Images Not Showing? - Computer Hope
Possible causes · The web page is not pointing to the correct URL (location) of the image. · The server or computer hosting...
Read more >
7 Methods to Resolve Images Not Showing in Google Chrome
Reasons for Images Are Not Showing in Google Chrome; Method 1: Make Sure the Show Pictures Option is Checked; Method 2: Delete Temporary...
Read more >
Troubleshoot issues with Google Images - Google Search Help
Troubleshoot issues with Google Images · Step 1: Try private browsing mode · Step 2: Clear your browser's cache & cookies · Step...
Read more >
Resolve the "Images Not Showing on Website" Error [2022]
To resolve the images not showing problem, just close Chrome and open the Run prompt. Now, enter the '%localappdata%' command to go to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found