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

Type 'Branch' has no member 'setDMAParamsForEEA' #147

Open
GiannisS opened this issue Apr 15, 2024 · 9 comments
Open

Type 'Branch' has no member 'setDMAParamsForEEA' #147

GiannisS opened this issue Apr 15, 2024 · 9 comments
Labels
bug Something isn't working needs-triage

Comments

@GiannisS
Copy link

GiannisS commented Apr 15, 2024

Describe the bug

On iOS after the last update about setDMAParamsForEEA when I try to build my app in xCode I get this following error

Type 'Branch' has no member 'setDMAParamsForEEA'

Steps to reproduce

1.Try to build any app using the latest version of capacitor-branch-deep-links

Expected behavior

No errors

SDK Version

7.1.0

Make and Model

Simulator iPhone 15 Pro

OS

17.2

Additional Information/Context

No response

@GiannisS GiannisS added bug Something isn't working needs-triage labels Apr 15, 2024
@nsingh-branch
Copy link
Contributor

You may need to run pod install in your project's iOS folder to make sure the proper Branch iOS SDK version is being pulled as well.

@GiannisS
Copy link
Author

GiannisS commented Apr 16, 2024

This didn't seem to help! I still get the same error here
image

it seems that the required functions do exist though in plugin.swift file.

Is this something you can replicate or it's something wrong on my setup?

@sufyankhatri
Copy link

found the same issue

@raghudantuluri
Copy link

we are experiencing the same issue

@nsingh-branch
Copy link
Contributor

@GiannisS If you navigate to the iOS folder of your project and open the Podfile.lock, what versions do you see for BranchSDK and CapacitorBranchDeepLinks?

@raghudantuluri
Copy link

raghudantuluri commented Apr 26, 2024 via email

@raghudantuluri
Copy link

raghudantuluri commented Apr 26, 2024 via email

@nsingh-branch
Copy link
Contributor

I see, so the issue was the Branch iOS SDK version was out of date. But running pod update was able to fix this.

@raghudantuluri
Copy link

raghudantuluri commented Apr 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

No branches or pull requests

4 participants