Post

Replies

Boosts

Views

Activity

Reply to No Apple plug-in library path found
The issue in my case was due to the project folder containing spaces. To resolve this, I went under Build Phases > Embed Apple Plug-in Libraries and wrapped $APPLE_PLUGIN_LIBRARY_ROOT on line 8 in double-quotes, like "$APPLE_PLUGIN_LIBRARY_ROOT", so that the shell treats it as a single argument. I am now able to build and archive.
Oct ’24