Closed funzin closed 4 years ago
Install throw Cocopods?, I am working on this issue, maybe you can try install in the Manually way
Not install via cocoapods. I am interested in developing pecker and so I wanted to debug pecker on Xcode. I confirmed with the following procedure.
dyld: Library not loaded: @rpath/lib_InternalSwiftSyntaxParser.dylib
https://forums.swift.org/t/swiftsyntax-with-swift-5-1/29051
I have not encountered this problem, can you try this?
dyld: Library not loaded: @rpath/lib_InternalSwiftSyntaxParser.dylib Referenced from: /Users/ming/Library/Developer/Xcode/DerivedData/Pecker-cxxmigqparnqcoenqtjlhztablvl/Build/Products/Debug/pecker Reason: image not found
When I build I have the same issue, but still build success, So you can ignore it
but still build success, So you can ignore it
Certainly, I checked binary at .build/debug/pecker
.
However, there is no change in the fact that Debugging cannot be done on Xcode. How do you develop pecker?(LLDB? or print debug?)
public func emit(message: String) { let filePath = "/Users/ming/Desktop/Testttt/Testttt/ViewController.swift" let line = 16 let column = 6 print("(filePath):(line):(column): warning: (message)") } You can set filePath you want, even don't set, add this to pecker for debug, print anything you want then
I don't know is this useful for you 😄
I see. I wanted to check with breakpoint on Xcode if possible😓 I will try it in the way of your suggestion.
Could not integrate pecker in XCode 11.3 i did just like below https://github.com/woshiccm/Pecker#usage but i can't see any warnings as https://github.com/woshiccm/Pecker#pecker
@junaid4058 How do you install pecker? Cocopods?
this issue is still happening.
Environment
When I was trying to debug pecker with xcode, the following error log was output, so it couldn't be executed