-
I used Swift Package manager to to add Analytics to my project using the Github url as indicated from https://aep-sdks.gitbook.io/docs/resources/upgrading-to-aep/current-sdk-versions#ios-swift. Following the instructions from here: https://github.com/adobe/aepsdk-analytics-ios/blob/main/Documentation/AEPAnalytics.md, I add the import statements, but get the compile error "No such module 'AEPIdentity'" If I remove that import, and the reference to The module for Identity on the first link above also points to this repo. Can you help me see what I'm missing so that I can use AEPIdentity? (I also need Lifecycle, Signal, and UserProfile). Our Android app is using these without problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like I added analytics (https://github.com/adobe/aepsdk-analytics-ios), but I needed to also add (https://github.com/adobe/aepsdk-core-ios) |
Beta Was this translation helpful? Give feedback.
Looks like I added analytics (https://github.com/adobe/aepsdk-analytics-ios), but I needed to also add (https://github.com/adobe/aepsdk-core-ios)