Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

dyld: Symbol not found: __TMPdCSs12_SequenceBox #5

Open
alvinmeimoun opened this issue Apr 2, 2016 · 6 comments
Open

dyld: Symbol not found: __TMPdCSs12_SequenceBox #5

alvinmeimoun opened this issue Apr 2, 2016 · 6 comments

Comments

@alvinmeimoun
Copy link

Can't execute command, installed from homebrew, XCode 7.3

dyld: Symbol not found: __TMPdCSs12_SequenceBox
Referenced from: /usr/local/Cellar/querykit-cli/cli/bin/../Frameworks//PathKit.framework/Versions/A/PathKit
Expected in: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib
in /usr/local/Cellar/querykit-cli/cli/bin/../Frameworks//PathKit.framework/Versions/A/PathKit
Trace/BPT trap: 5

@FlavienSi
Copy link

FlavienSi commented Apr 27, 2016

It seems that it's caused by swift 2.2 ? But I'm no expert on this…
I suspected that the lib is compiled with 2.1 and so, when we attempt to use it with 2.2, this error occurs.
I tried to compile the project in swift 2.2 but I did not succeed to find a quick workaround…
Has anyone else tried ?

@v-silin
Copy link

v-silin commented Oct 4, 2016

Hi.

Have same issue with XCode 8, iOS 10, Swift 3.

@leandromperez
Copy link

I have the same issue running Version 8.2.1 (8C1002), @kylef any idea about what might be wrong?
querykit Routes.xcdatamodeld/ Gen/
dyld: Symbol not found: __TMPdCSs12_SequenceBox
Referenced from: /usr/local/Cellar/querykit-cli/cli/bin/../Frameworks/PathKit.framework/Versions/A/PathKit
Expected in: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib
in /usr/local/Cellar/querykit-cli/cli/bin/../Frameworks/PathKit.framework/Versions/A/PathKit
Abort trap: 6

@kylef
Copy link
Member

kylef commented Feb 13, 2017

The problem is that the version of QueryKit CLI that is installed is compiled with a different version of Swift so it's not compatible. I'll need to update QueryKit CLI to be Swift 3.x compatible.

@alphabikram
Copy link

@kylef :
have you guys updated this
coz I'm still having this error while running on Xcode 8, swift3

dyld: Symbol not found: __TMPdCSs12_SequenceBox Referenced from: /usr/local/Cellar/querykit-cli/cli/bin/../Frameworks/PathKit.framework/Versions/A/PathKit Expected in: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCore.dylib in /usr/local/Cellar/querykit-cli/cli/bin/../Frameworks/PathKit.framework/Versions/A/PathKit Abort trap: 6

@traffer
Copy link

traffer commented Sep 29, 2017

For now, the only solution is to build it yourself with the Swift package manager as described in the readme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants