我正在使用Xcode 8.3.1并尝试在模拟器上运行我的项目,但它告诉我我缺少一些库。专门:
error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/usr/lib/libxml2.tbd: No such file or directory
error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/usr/lib/libsqlite3.tbd: No such file or directory
我尝试将这些tbd文件添加到Link Binary with Libraries部分,但我不能。 usr / lib文件夹中没有tbd文件。我在哪里可以找到那些tbd文件?