feature: dyld && LD 链接器

This commit is contained in:
杭城小刘
2024-06-29 16:00:34 +08:00
parent 1a8659e143
commit 13f7457be9
367 changed files with 12893 additions and 3049 deletions

View File

@@ -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
```