Hello.
I have an error while importing IronSourceAdQualitySDK to my project .mm file.
I download AdQuality SDK 7.19.2, unzip it and put IronSourceAdQualitySDK.xcframework folder to my Project/Frameworks folder. Then i'am directly drag the IronSourceAdQualitySDK.xcframework from the Finder and drop it into the "Frameworks, Libraries, and Embedded Content" section of my target's settings. (I have IronSource.framework in my Project/Frameworks. And use it in project)
And now I have an error when importing IronSourceAdQuality.h like this:
#import <IronSourceAdQualitySDK/IronSourceAdQuality.h> file not found
But it works if I do import like this:
#import <IronSourceAdQualitySDK.xcframework/ios-arm64/Headers/IronSourceAdQuality.h>
This is the right import?
PS:
In instruction https://developers.is.com/ironsource-mobile/ios/ios-sdk/#step-1 says that when I Manualy Download AdQuality SDK, i need to unzip the file and change IronSource.framework to IronSourceAdQualitySDK.xcframework. What does it means?
Hello.
I have an error while importing IronSourceAdQualitySDK to my project .mm file.
I download AdQuality SDK 7.19.2, unzip it and put IronSourceAdQualitySDK.xcframework folder to my Project/Frameworks folder. Then i'am directly drag the IronSourceAdQualitySDK.xcframework from the Finder and drop it into the "Frameworks, Libraries, and Embedded Content" section of my target's settings. (I have IronSource.framework in my Project/Frameworks. And use it in project)
And now I have an error when importing IronSourceAdQuality.h like this:
#import <IronSourceAdQualitySDK/IronSourceAdQuality.h> file not found
But it works if I do import like this:
#import <IronSourceAdQualitySDK.xcframework/ios-arm64/Headers/IronSourceAdQuality.h>
This is the right import?
PS:
In instruction https://developers.is.com/ironsource-mobile/ios/ios-sdk/#step-1 says that when I Manualy Download AdQuality SDK, i need to unzip the file and change IronSource.framework to IronSourceAdQualitySDK.xcframework. What does it means?