-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
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
fix xcode 12.5 compile file FBClassStrongLayout.mm error #118
Comments
error with: Please make sure you have the correct access rights how can i fix it? |
change git to https may help you: |
check your github SSH configration |
Pre-downloading: [!] Error installing FBRetainCycleDetector Cloning into '/var/folders/rh/m32wwgvj5yb7hv_hn7qsly_w0000gn/T/d20210915-7771-1w7oerk'... change branch : |
you are right,the branch name has been modified. |
Just replace
pod 'FBRetainCycleDetector', '~> 0.1.4'
with
pod 'FBRetainCycleDetector', :git => '[email protected]:facebook/FBRetainCycleDetector.git' ,:branch => 'main'
then
pod update
The text was updated successfully, but these errors were encountered: