# Logic Pro X rescanning all AudioUnits

**URL:** <https://iplug2.discourse.group/t/logic-pro-x-rescanning-all-audiounits/275>\
**Category:** macOS\
**Created:** [3 January 2021 12:38 UTC](https://iplug2.discourse.group/t/logic-pro-x-rescanning-all-audiounits/275 "2021-01-03T12:38:13Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![antonjacobsson](https://avatars.discourse-cdn.com/v4/letter/a/74df32/32.png) [@antonjacobsson](https://iplug2.discourse.group/u/antonjacobsson)\
**Post date:** [3 January 2021 12:38 UTC](https://iplug2.discourse.group/t/logic-pro-x-rescanning-all-audiounits/275/1 "2021-01-03T12:38:14Z")

</div>

Hello!

This it more related to Xcode, rather than IPlug, so I might be posting on the wrong forum. But maybe people here have experienced a similar problem. Basically, everytime I build my project for AUv2, my DAW (Logic Pro X) rescans all of my other AudioUnits. This is very unefficient since I have close to 400 AUs and cant use my computer while it scans.

I also dont use Logic for debugging AUs (it’s not associated with Xcode at all), so it seems rather unnecessary. I’m guessing it has something to do with the auvaltool…

---

<div class="post-metadata">

**Author:** ![olilarkin](https://yyz2.discourse-cdn.com/free1/user_avatar/iplug2.discourse.group/olilarkin/32/2_2.png) [@olilarkin](https://iplug2.discourse.group/u/olilarkin)\
**Post date:** [3 January 2021 12:40 UTC](https://iplug2.discourse.group/t/logic-pro-x-rescanning-all-audiounits/275/2 "2021-01-03T12:40:07Z")

</div>

comment out lines 1-18 here

> <https://github.com/iPlug2/iPlug2/blob/master/Scripts/clear_audiounit_caches.command>

---

<div class="post-metadata">

**Author:** ![antonjacobsson](https://avatars.discourse-cdn.com/v4/letter/a/74df32/32.png) [@antonjacobsson](https://iplug2.discourse.group/u/antonjacobsson)\
**Post date:** [3 January 2021 12:43 UTC](https://iplug2.discourse.group/t/logic-pro-x-rescanning-all-audiounits/275/3 "2021-01-03T12:43:47Z")

</div>

Oh god, it was that easy hahah!  
Thank you so much Oli, you’re amazing!!
