-
Notifications
You must be signed in to change notification settings - Fork 45
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
SDK missing AdServices import - iOS #33
Comments
+1 for breaking our iOS builds. @scottholdren do you mind clarifying where you added this? I tried adding at the bottom of /ios/App/Podfile by got an error when running
Edit: I did the following below and unfortunately still got the build error
|
I am appending it to /ios/App/Podfile, followed by some stuff to fix bitcode errors. I am running
in that order every time. build_resources/Podfile.extras
|
Thank you, I'll give this a shot! |
Having the same issue still. |
same issue. has anyone got this working with |
A recent update to the SDK has removed the AdServices import, which is breaking iOS builds. Manually setting
pod 'Branch', '1.38.0'
has fixed it for now.
The text was updated successfully, but these errors were encountered: