mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-24 20:00:37 +00:00
feature: dyld && LD 链接器
This commit is contained in:
@@ -267,4 +267,14 @@ Pod::Spec.new do |s|
|
||||
CMD
|
||||
end
|
||||
```
|
||||
## 15.
|
||||
## 15. `pod lib create` 报错 `Ignoring ffi-1.16.3 because its extensions are not built`
|
||||
|
||||
开始可能发现错误
|
||||
|
||||
Ignoring ffi-1.16.3 because its extensions are not built. Try: gem pristine ffi --version 1.16.3
|
||||
类似这样的错误
|
||||
```
|
||||
sudo gem install --user-install rexml
|
||||
sudo gem install --user-install xcodeproj
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user