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.

Doesn't work on ios

See original GitHub issue

Installing “react-native-webview”: “^ 10.7.0” “react”: “16.13.1”, “react-native”: “0.63.2”,

I run the project an error comes out

Macs-Air:testapp macuser$ npx react-native run-ios info Found Xcode workspace "testapp.xcworkspace" info Building (using "xcodebuild -workspace testapp.xcworkspace -configuration Debug -scheme testapp -destination id=B68C1DD3-B4BE-4852-AFE2-E8E348AEC713") ......................................................................................................... error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening testapp.xcworkspace. Run CLI with --verbose flag for more details. note: Using new build system note: Planning build note: Constructing build description Build system information warning: The iOS Simulator deployment target is set to 5.0, but the range of supported deployment target versions for this platform is 8.0 to 12.4.99. (in target 'CocoaAsyncSocket')

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

4reactions
TasksAndreySorokincommented, Aug 19, 2020

plz HELP!

1reaction
xcsobcommented, Dec 31, 2021

Hello, I’m using “react-native”: “0.64.3” and latest version of react-native-webview (11.15.0). What happens is that after I run: npm install react-native-webview npm react-native link

When I run npx react-native run-ios I get this error: error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening Project.xcworkspace.

Can you help me understand how to solve this? If you need more info, I’m glad to provide them.

I solved this issue by removing all the font from copy build in xcode. These are the steps:

  • go to xcode project
  • select your targets
  • build phase tab
  • [CP] Copy pod resources
  • delete all the output files having the .ttf extensions from the list
Read more comments on GitHub >

github_iconTop Results From Across the Web

If your iPhone won't turn on or is frozen
Press and hold both the side button and the volume down button until you see the Apple logo. · If your phone doesn't...
Read more >
iPhone Unresponsive? Here's How to Fix It
For an iPhone Unresponsive Due to App Issues · Perform a Hard Reset for an Unresponsive iPhone · If Your iPhone is Unresponsive,...
Read more >
How to fix an unresponsive iPhone touchscreen
How to fix an unresponsive iPhone touchscreen · Restart your iPhone · Force restart your iPhone · Check your screen protector and clean...
Read more >
10 Common iOS 15 Problems & How to Fix Them
The current list of iOS 15 problems includes abnormal battery drain, Wi-Fi issues, Bluetooth problems, UI lag, crashes, Face ID issues, Touch ID ......
Read more >
iOS 16 Problems: 11 Common iPhone Issues and How to ...
From battery issues, to the feeling that an iPhone is hotter than normal, to sluggish performance, problems with installing the update ...
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