我在Xcode上运行我的flutter项目,但我面临着这个问题:
clang: error: no such file or directory: 'CoreGraphics'
clang: error: no such file or directory: 'Foundation'
clang: error: no such file or directory: 'MobileCoreServices'
clang: error: no such file or directory: 'PinterestSDK'
clang: error: no such file or directory: 'SSKeychain'
clang: error: no such file or directory: 'Security'
clang: error: no such file or directory: 'SystemConfiguration'
Command Ld failed with a nonzero exit code
我在pod文件中添加了pod 'PinterestSDK‘& pod 'SSKeychain’,但仍然不起作用。
另外,我在终端中运行了pod install,但仍然不能工作。
发布于 2021-06-23 00:11:36
你有没有尝试过在终端中运行颤动。有时这有助于解决这类问题。
https://stackoverflow.com/questions/67857728
复制相似问题