We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解压后没有正常的xcworkspace文件,只有xcodeproj文件。 pod update后报错: Analyzing dependencies [!] The dependency DFCommon is not used in any concrete target.
DFCommon
求助下应该怎么办呢?
The text was updated successfully, but these errors were encountered:
额...问题解决了,首先需要修改 podfile,里面缺少target xx do和end 。然后如果pod install 后没有出现workspace文件,如果有错误提示:abort trap 6 说明cocoapods 版本太久了 需要升级。挂上VPN后:sudo gem install cocoapods ,然后重新install即可
Sorry, something went wrong.
No branches or pull requests
解压后没有正常的xcworkspace文件,只有xcodeproj文件。
pod update后报错:
Analyzing dependencies
[!] The dependency
DFCommon
is not used in any concrete target.求助下应该怎么办呢?
The text was updated successfully, but these errors were encountered: