When running the AppLovinQualityServiceSetup-ios.rb script to enable the MAX Ad Review service in a project containing MyFramework.xcodeproj, the script fails with an error: "Target 'MyFramework' - productType not supported. Expected types: com.apple.product-type.application".
This issue prevents the successful application of the AppLovinQualityService Pod.
Expected Behavior
The script should successfully download and apply the AppLovinQualityService Pod to the specified Xcode project without errors related to unsupported product types.
How to Reproduce
Download AppLovinQualityServiceSetup-ios.rb from the AppLovin account.
Create a Xcode new project, choose Framework one.
Add the AppLovin pod, do pod install.
Move the script AppLovinQualityServiceSetup-ios.rb into the project folder containing Framework.xcodeproj.
Open a terminal, cd into the project folder.
Run the command ruby AppLovinQualityServiceSetup-ios.rb.
MAX SDK Version
12.0.0
Device/Platform Info
iOS
Current Behavior
When running the
AppLovinQualityServiceSetup-ios.rb
script to enable the MAX Ad Review service in a project containingMyFramework.xcodeproj
, the script fails with an error: "Target 'MyFramework' -productType
not supported. Expected types:com.apple.product-type.application
".This issue prevents the successful application of the AppLovinQualityService Pod.
Expected Behavior
The script should successfully download and apply the AppLovinQualityService Pod to the specified Xcode project without errors related to unsupported product types.
How to Reproduce
AppLovinQualityServiceSetup-ios.rb
from the AppLovin account.AppLovinQualityServiceSetup-ios.rb
into the project folder containingFramework.xcodeproj
.cd
into the project folder.ruby AppLovinQualityServiceSetup-ios.rb
.Additional Info
No response