tomaz / symbolicator

OS X and iOS crash log symbolicator
MIT License
49 stars 11 forks source link

dyld Library not loaded #8

Closed huang-kun closed 5 years ago

huang-kun commented 5 years ago

I am using Xcode 10.1 to run this program. Build success, but it can't find the GBCli framework at runtime:

dyld: Library not loaded: @rpath/GBCli.framework/Versions/A/GBCli
  Referenced from: /Users/xxx/Library/Developer/Xcode/DerivedData/symbolicator-baonfvahfghmhlgjswguijwuaphj/Build/Products/Debug/symbolicator
  Reason: image not found

I have tried pod install (version: 1.4.0) and cleaned cached data, nothing changed.

tomaz commented 5 years ago

Strange... You don't have to run cocoapodals, all sources are already included with the repo.

Did you also try compiling&running the binary as is (without running cocoapods)?

huang-kun commented 5 years ago

Sorry, my mistake. I didn't notice this in README. It works by NOT running pod install! Thank you.