mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2024-10-12 15:21:08 +00:00
ios | ||
.DS_Store | ||
README.md | ||
WuKongIMSDK.podspec |
悟空IM 即时通讯的iOS SDK 详细使用请参考
pod spec lint --verbose --allow-warnings
pod trunk push WuKongIMSDK.podspec --allow-warnings
xcode14.3打包错误临时解决方案
Go to System Preferences → Security & Privacy → Full Disk Access → Terminal, and do:
cd /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/
sudo mkdir arc cd arc sudo git clone https://github.com/kamyarelyasi/Libarclite-Files.git .
sudo chmod +x *
正式解决方案等CocoaPods官方(https://github.com/CocoaPods/CocoaPods/issues/11839)