Skip to main content
Version: 1.53.x

Migration 1.53.17 to 1.53.21

Step 1

The minimum version for target has been changed to ios 15

Podfile
platform :ios, '15'

plugin 'cocoapods-art', :sources => [
'p101xp-release'
]

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

target 'P101XP-sample' do
use_frameworks!
pod 'P101XP'
end
post_install do | installer |
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '15.0'
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
config.build_settings["DEVELOPMENT_TEAM"] = "DC7LZQ72AT"
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end
end

Step 2

Due to the firebase update to 12, the referral system is no longer available in SDKremove Referral System