Operation module upgrade introduction

Issues that might occur during the compilation

In the upgrade for the operation module, some files, such as IAPOperationManager, IAPLaunchableGroup, IAPCDPDefines , have been integrated into the GriverOperation module. Therefore, you might encounter the following errors during integration.

copy
no such module 'IAPConnect.IAPOperationManager'
no such module 'IAPConnectInterface.IAPLaunchableGroup'
no such module 'IAPConnectInterface.IAPCDPDefines'
no such module 'IAPConnectInterface.IAPCDPSpace'
no such module 'IAPConnectInterface.IAPCDPBadgeView'

Solution

Import the GriverOperation module at the beginning of the file where the compilation error occurs.

File type

Code

Swift

copy
import GriverOperation

Objective-C

copy
import <GriverOperation/GriverOperation.h>