-
Notifications
You must be signed in to change notification settings - Fork 44
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
Installation fails and then XCode build fails #163
Comments
Okay it must have something to do with the latest release (4.30.0) because when I run
|
are there any updates? I have the same problem with ios build.
|
Hi @avkruze and @nielsjakob, We have tried reproducing the issue on our end, but it's working correctly here. Could you share the sample project with us where this is reproducible so we can look into this further and assist you? |
My Podfile has |
Hey guys, We have just released Cordova SDK v4.32.0 update where we tried to address this issue. If you can give it a shot and let us know if it fixed your issue, that'd be great. Thank you in advance. |
In case the issue is still around even with latest version of SDK, please feel free to comment / reopen. |
Hi, trying to install this is in my project via
cordova plugin add com.adjust.sdk
, with the following result:Afterwards,
com.adjust.sdk 4.30.0 "Adjust"
is shown in the list of plugins when runningcordova plugin
.However, when I try to build the app in XCode, it fails with the following error message:
The error is in
AdjustCordova.h
andAdjustCordovaDelegate.h
both on line 10#import "Adjust.h"
.I am using
Cordova CLI 11.0.0
andios 6.2.0
on a Intel MacBook withmacOS Monterrey 12.4
andXCode 13.4.1 (13F100)
.The text was updated successfully, but these errors were encountered: