Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

integrating aep sdk in an objective-c project

Avatar

Level 1

Hi --

I am attempting to integrate the AEP SDK into an objective-c project via cocoapods. 

 

Here is the Podfile

source 'https://github.com/CocoaPods/Specs.git'

 

 

platform :ios, '13.0'

use_frameworks!

 

target 'aep-prototype' do

    pod 'AEPCore'

    pod 'AEPAnalytics'

    pod 'AEPMedia'

end

I am unable to import any of the AEP SDK modules. I've tried both #import and @Import and various naming schemes with no success. For example, how would I import AEPAnalytics? I have tried 

#import <AEPAnalytics/Analytics.h> and XCode is unable to find it. Auto-complete shows "AEPAnalytics-umbrella.h" but that doesn't work either.

 

Thanks

Randy Weinstein



1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@sigmonky I would suggest posting this question in Sites community, rather than Assets. You will get a faster response there: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana... 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@sigmonky I would suggest posting this question in Sites community, rather than Assets. You will get a faster response there: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-mana...