Xcode 中的 "Search Paths" 选项在哪里?

Where are the "Search Paths" options in Xcode?

我参考 Xcode Issue: Library not loaded: @rpath/libswiftAppKit.dylib 来解决我的问题。但是我不知道 "Runpath Search Paths" 和 "Library Search Paths" 在哪里。我正在使用 Xcode 10.1(不相关)。

作为参考,这是我遇到的错误。

dyld: Library not loaded: @rpath/SwizzleSrc.framework/Versions/A/SwizzleSrc
  Referenced from: /Users/name/Library/Developer/Xcode/DerivedData/swizzler-cocjohzjocaharaexffmnddnjecc/Build/Products/Debug/swizzler
  Reason: image not found
Abort trap: 6
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

打开 Xcode,

  1. Select 项目
  2. Select 目标
  3. Select 构建设置
  4. 在搜索框中输入 'Search Path' (或 'Library Search Paths' 和 'Runpath Search Paths')