Windows: 11
builder: 3.83.1
ios: 26.0
pastebin: https://pastebin.com/0s9Y9tEm
After adding the Yandex Sdk for ads this error started happening.
Windows: 11
builder: 3.83.1
ios: 26.0
pastebin: https://pastebin.com/0s9Y9tEm
After adding the Yandex Sdk for ads this error started happening.
Hello first,
It looks like something should preprocess this source file before compilation, or that the Xcode level requirements for this version of the Yandex SDK are not met. What are they?
Hello, sorry I usually forget since I copy the post requirements and just fill them up!
If you mean the minimum Xcode requirement, the documentation says xcode 16.3
Since I'm using xcode 26's SDK I believe something should be preprocessed?
Thanks.
I found the possible source of the missing preprocessing step. Here:
You can see That AMA_BUILD_TYPE is defined to "source".
To replicate that behaviour you may try to add something like -DAMA_BUILD_TYPE=\"source\" (note the escaped quotes) in the extra compiler flags, or patch the source file yourself so that it returns "source" (the C string) at that line.
Hello,
I've tried adding it to the extra compiler but for some reason it didn't work.
Is it possible for me to send you the xcode project for you to test like in previous instances? Thanks a lot
I have taken on new responsibilities and I have less time than before, so I would prefer if we did this in last resort.
Have you tried simply patching the source file with the right value?
Yes I did, but a new problem appeared.
It's a very huge list of errors for some reason
Moderators: Pierre-Marie Baty