iOS Build Environment Help Center

Permission denied error with AppLovin Ads SDK

append delete Meltdown

Windows version : 11
Builder version (from the builder UI title bar) : 3.53
iOS SDK version (from the builder UI title bar) : 15.2
Unity Version : 2021.3.12

Since I cannot get Admob working, I am now trying the AppLovin SDK for Ads.
I get a permission denied error..

I have added exclusions in Windows Defender for

C:\ios (Unity build output folder)
C:\Users\greg\iOS Project Builder for Unity

C:\ is my local disk

Windows Defender is the only anti-virus I have installed.

Errors
https://pastebin.com/TmjWvpQh

:: @Meltdown added on 29 Nov ’22 · 02:01

I also tried running Project Builder as Administrator, no difference.

Reply RSS

Replies

append delete #1. Pierre-Marie Baty

Hello

I see the "permission denied" error affects one file in the LLVM cache.

Have you tried cleaning the compiler cache ? There's a checkbox in the UI for that.

You can also try *disabling* it and see if it helps.

append delete #2. Meltdown

Cleaning the cache, or disabling it makes no difference.

append delete #3. Meltdown

Huh, now how about that.

I renamed the .llvm-modules folder to .llvm-modules.old, re-ran the builder, and it worked!

Is there a reason why setting the compiler cache to disabled or clean cache would not clear out the old .llvm-modules folder? Or at least use a new folder in .llvm-modules?

append delete #4. Meltdown

It looks like I'll need to remove the .llvm-modules folder manually before each build, as after the build succeeded, it failed again with the same error.

Even though clean cache is checked.

append delete #5. Meltdown

Also is it normal for Cocoapods to always initialise and clone before each build?
https://prnt.sc/fsxivk2khtOa

I don't remember it ever doing this each time...

append delete #6. Pierre-Marie Baty

It means there's a temporary file in the LLVM cache with a dangling lock permission. That's the reason why all attempts at deleting it were refused by the OS. Luckily, you've found the workaround : in Windows, locked files can always be renamed.

I have no idea how it can happen though. I doubt it's LLVM itself that leaves the file that way. Try disabling Windows Defender completely, just to see ?

Indeed CocaPods clones its master repo each time now, but since it's using the content delivery network method instead of doing a normal cloning with git, it's much faster. It shouldn't take more than a few seconds to do that. Does it ?

If you want to spare these few seconds and keep the downloaded content in CocoaPods' VM so as to be able to resume it, there's a method, but I prefer leaving the CocoaPods VM file readonly as it guarantees it can't ever be left in a unusable state should a crash happen. Let me know if you want to know it, still.

append delete #7. Meltdown

Thanks for the feedback.

No all good for now, I'm just glad I don't have to resort to using Unity Cloud Build that takes > 20 minutes and errors on things I'm not having issues with building locally!

append delete #8. Meltdown

And so the battle wages on integrating the AppLovin SDK.
I got it working, but as soon as I added mediation I ran into the Swift error.

I digged into the AppLovin Unity SDK and there are two lines of code in MaxPostProcessBuildiOS.cs

AddSwiftSupportIfNeeded(buildPath, project, unityFrameworkTargetGuid);
EmbedSwiftStandardLibrariesIfNeeded(buildPath, project, unityMainTargetGuid);

I commented out these lines and my build now works fine.
I also unchecked the box 'Enable Swift Framework Support Workaround' in the External Dependendy Manager -> iOS Resolver Settings
Although not sure if that last step makes a difference.

I get test ads from both AppLovin and UnityAds now (via AppLovin mediation).
So thought I'd share in case anyone else runs into this.

append delete #9. Pierre-Marie Baty

Thank you very much for this excellent feedback.

I'm certain it will help other users.

Reply

(Leave this as-is, it’s a trap!)

There is no need to “register”, just enter the same name + password of your choice every time.

Pro tip: Use markup to add links, quotes and more.

Moderators: Pierre-Marie Baty