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.

I’m trying to use SVG on my screen but my iOS app just closes immediately. Everything working fine on android, but I don’t know why it won’t run on iOS.

This is my code: import Logo from './logo.svg

then I use it: <Logo />

Please help me because there’s no error message on the console.

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
shockwave13commented, Jul 1, 2020

I’m trying to use SVG on my screen but my iOS app just closes immediately. Everything working fine on android, but I don’t know why it won’t run on iOS.

This is my code: import Logo from './logo.svg

then I use it: <Logo />

Please help me because there’s no error message on the console.

I had the same issue. These actions helped me in my case:

  • change Flipper version in podfile: versions[‘Flipper’] ||= ‘~> 0.37.0’
  • cd ios && pod install --repo-update
0reactions
WoLewickicommented, Nov 14, 2022

This issue seems to be solved so I will close it. Feel free to comment here if something is wrong and we can always reopen it then.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Diagnosing issues using crash reports and device logs
Use crash reports and device logs to debug app issues. ... When an app on iOS, iPadOS, watchOS, or tvOS uses memory inefficiently,...
Read more >
How to Read iOS Crash Logs: An Easy Guide | Waldo Blog
In this post, we'll learn about unavoidable app crashes and the ways to access crash logs. It is important to learn how to...
Read more >
15 best iOS crash reporting tools for 2023 · Raygun Blog
An iOS crash reporting tool helps you detect and fix fatal errors within mobile applications running on Apple's iOS operating system. iOS is ......
Read more >
Retrieving Crash Reports on iOS - The Chromium Projects
There are multiple ways to retrieve crash reports from an iOS device. They are listed below from (roughly) easiest to hardest. Please use...
Read more >
Getting iOS crash logs for Day One - Your Journal for Life
How to obtain iOS crash logs for Day One · Connect your iOS device to your Mac using your iOS connector cable. ·...
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