integrating aep sdk in an objective-c project | Community
Skip to main content
July 23, 2021
Solved

integrating aep sdk in an objective-c project

  • July 23, 2021
  • 1 reply
  • 1057 views

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 @15844621 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



This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by diksha_mishra

@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-manager-community 

1 reply

diksha_mishra
Community Advisor
diksha_mishraCommunity AdvisorAccepted solution
Community Advisor
July 23, 2021

@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-manager-community