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:
parent
e02611bcb0
commit
c59cd2d9f1
1 changed files with 3 additions and 0 deletions
|
|
@ -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\"");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue