unable to ingegrate AEP Frameworks in Objective-C project using CocoaPods | Community
Skip to main content
New Participant
July 27, 2021
Question

unable to ingegrate AEP Frameworks in Objective-C project using CocoaPods

  • July 27, 2021
  • 1 reply
  • 743 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 @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.

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

1 reply

ChetanyaJain-1
New Participant
December 11, 2022

Hi @sigmonky, I am not an expert in this area - but not sure if you have tried this - https://cocoapods.org/pods/AdobeMobileSDK