Linker command failing with 7.0.10 version
See original GitHub issueEnvironment
- 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:
- Created 3 years ago
- Comments:23 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@NathanaelA, thanks, pushed to your repo, PR 1 is the one you need.
@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.