AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
163 stars 90 forks source link

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

Closed MrkFrnndz closed 10 months ago

MrkFrnndz commented 11 months ago

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

amit-kremer93 commented 11 months ago

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 commented 10 months ago

the same occurs on v 6.12.2

MrkFrnndz commented 10 months ago

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