1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Set SKIP_INSTALL for shared code target in the Xcode exporter to fix iOS app archive validation in Xcode 10

This commit is contained in:
ed 2018-09-19 15:48:21 +01:00
parent e02611bcb0
commit c59cd2d9f1

View file

@ -1100,6 +1100,9 @@ public:
{
s.set ("INSTALL_PATH", installPath.quoted());
if (type == Target::SharedCodeTarget)
s.set ("SKIP_INSTALL", "YES");
if (! owner.getEmbeddedFrameworks().isEmpty())
s.set ("LD_RUNPATH_SEARCH_PATHS", "\"$(inherited) @executable_path/Frameworks\"");