Skip to content
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

Specifying version tag 6.12.0 won't fetch the necessary files #250

Closed
MrkFrnndz opened this issue Jul 21, 2023 · 3 comments
Closed

Specifying version tag 6.12.0 won't fetch the necessary files #250

MrkFrnndz opened this issue Jul 21, 2023 · 3 comments
Labels

Comments

@MrkFrnndz
Copy link

MrkFrnndz commented Jul 21, 2023

Report

SDK Version

6.12.0

What did you do?

Specified github link for AppsFlyerFramework and tag using pods

What did you expect to happen?

It should get all the necessary files that can be found on Pods folder

What happened instead?

Attached photo below is the only files I got

image

Please provide any other relevant information.

I also tried the previous version 6.2.5 and it works perfectly fine but not on the latest version specifically 6.11.0 and up

@MrkFrnndz MrkFrnndz changed the title Specifying tag 6.12.0 won't fetch the necessary files Specifying version tag 6.12.0 won't fetch the necessary files Jul 21, 2023
@amit-kremer93
Copy link
Contributor

Im not sure i understand. Did you try to install the framework like this?
pod 'AppsFlyerFramework',:git => 'https://github.com/AppsFlyerSDK/AppsFlyerFramework.git'
or am i missing something?

@tqirgodoi
Copy link

the same occurs on v 6.12.2

@MrkFrnndz
Copy link
Author

MrkFrnndz commented Aug 31, 2023

Im not sure i understand. Did you try to install the framework like this? pod 'AppsFlyerFramework',:git => 'https://github.com/AppsFlyerSDK/AppsFlyerFramework.git' or am i missing something?

Yes @amit-kremer93, Already tried that one and didn't solve the issue. Although I already solved the issue doing this command.

$ arch -arm64 brew install llvm
$ sudo gem install ffi
$ pod cache clean --all
restart mac
$ pod install --repo-update

cc @tqirgodoi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants