From 4c77d004292d0bb2c111a43f4fe6822c7efde0b8 Mon Sep 17 00:00:00 2001 From: ShafqatMuneer Date: Thu, 7 Dec 2023 11:52:40 +0500 Subject: [PATCH] Changed the position of use_modular_headers --- Podfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 19ba87362..3d900769d 100644 --- a/Podfile +++ b/Podfile @@ -1,11 +1,10 @@ # Uncomment this line to define a global platform for your project -use_modular_headers! - platform :ios, '13.0' source 'https://cdn.cocoapods.org/' project 'edX.xcodeproj' +use_modular_headers! target 'edX' do pod 'Analytics', '= 4.1.8'