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.

Compiling iOS 6.0.1-rc.1 do not work

See original GitHub issue

Errors after linking and pod install. react-native run-ios QuartzBookPack.framework/Headers/Drawing-Gradient.h:21:1: error: duplicate interface definition for class 'Gradient' @interface Gradient : NSObject QuartzBookPack.framework/Headers/Drawing-Gradient.h:22:47: error: property has a previous declaration @property (nonatomic, readonly) CGGradientRef gradient;

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:12

github_iconTop GitHub Comments

4reactions
elailai94commented, Dec 14, 2017

I manage to resolve this issue by removing the RNSVG folder from the Development Pods folder and the line for RNSVG pod installation in the Podfile. Instead, I added RNSVG.xcodeproj to Libraries folder and libRNSVG.a to Link Binary to Libraries under Build Phases. Hope this helps.

1reaction
elailai94commented, Jan 17, 2018

@msand I am so sorry for the late reply. I have tried your fix and can verify that it works correctly. Thanks again for the fix!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compiling iOS 6.0.1-rc.1 do not work · Issue #539 · software ... - GitHub
When I compile on iOS, I am getting these errors: Duplicate interface definition for class 'BezierElement' and Property has a previous declaration. Are...
Read more >
Xcode error: Failed to prepare device for development
I got this error on Xcode 13.1 when my iPhone Xs MAX updated to iOS 15.3.1. Updating to Xcode 13.2.1 solved the problem....
Read more >
Releases - Apple Developer
Get the latest operating system releases and learn about updates to App Store Connect, TestFlight, and other developer tools.
Read more >
iBoot (Bootloader) - The iPhone Wiki
To extract the bootloader and disassemble using IDA: Obtain the bootloader from the iPSW. This file is in the Firmware/all_flash subdir, e.g. ...
Read more >
Downgrade iOS 16.1 To 15.7.1 Is Possible! [How To Guide]
Whether this is a loophole left by Apple intentionally or not is less ... It's is the only build still signed for devices...
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