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.

Linker command failing with 7.0.10 version

See original GitHub issue

Environment

  • CLI: 7.0.10
  • Cross-platform modules: 7.0.11
  • Android Runtime: 7.0.0
  • iOS Runtime: 7.0.2-rc1

Describe the bug

Running ns run ios using CLI 7.0.10 and iOS runtime 7.0.2-rc1 (same for 7.0.1) fails with error below 👇

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_SDImageCache", referenced from:
      objc-class-ref in ABKSDWebImageProxy.o
  "_OBJC_CLASS_$_SDWebImageManager", referenced from:
      objc-class-ref in ABKSDWebImageProxy.o
  "_OBJC_CLASS_$_SDWebImageActivityIndicator", referenced from:
      objc-class-ref in ABKSDWebImageProxy.o
  "_OBJC_CLASS_$_SDWebImagePrefetcher", referenced from:
      objc-class-ref in ABKContentCardsTableViewController.o
      objc-class-ref in ABKNewsFeedTableViewController.o
      objc-class-ref in ABKSDWebImageProxy.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

It works fine with CLI 7.0.9-rc.2 and iOS runtime 7.0.0 though.

To Reproduce

Execute ns run ios with CLI 7.0.10.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
romandrahancommented, Oct 19, 2020

@NathanaelA, thanks, pushed to your repo, PR 1 is the one you need.

1reaction
romandrahancommented, Oct 18, 2020

@NathanaelA, could I please share my project via some private repo here so you can try it on your machine as well?

UPD. Sent an invite, the latest needed code you can test is under PR 1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

clang: error: linker command faile… | Apple Developer Forums
Go to the build log (click the last icon across the top of the navigator pane), expand the transcript with the error, and...
Read more >
Undefined symbols for architecture x86_64: "_OBJC_CLASS_ ...
Just for reference: Go to your Project -> General -> Linked Frameworks and Libraries then add WebKit.framework.
Read more >
What's New - Amzi! Prolog
Core for Windows 2000, fix linker failure/crash by removing amzijide.dll and ... In Eclipse, prompt to save files and build, if needed, before...
Read more >
arc_database.txt - Sawmill
The first time the nightly update task ran I received the following error from Sawmill%3A%||0||1 377|0|ferrar|06/27/2002|17:16:17|othello|Documentation ...
Read more >
Change Log - ECLiPSe-CLP
Add new command-line interface mzn_run/0. ... <jschimpf@users.sf.net> Date: Wed Oct 26 20:42:12 2016 +0000 Successfully built 7.0 #10 Kernel/lib/version.pl ...
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