Problem integrating AEP via CooaPods with Objective-C project | Adobe Higher Education
Skip to main content
July 26, 2021
Respondido

Problem integrating AEP via CooaPods with Objective-C project

  • July 26, 2021
  • 1 resposta
  • 794 Visualizações

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

Este tópico foi fechado para respostas.
Melhor resposta por Vijayalakshmi_S

Hi @sigmonky,

Can you try raising this in AEP Community - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/ct-p/adobe-experience-platform-community

 

1 Resposta

Vijayalakshmi_S
Level 10
July 26, 2021