Projucer Embedded Frameworks broke between v8.0.12 and v8.0.13

Hi all,

one of our apps uses the Projucer’s “Embedded Frameworks” for the Xcode builds.

It was working fine with JUCE 8.0.6. Then we updated to JUCE 8.0.13 and it could no longer build, producing a “sealed resource is missing or invalid” error and a bunch of “file missing” for headers specified in the embedded framework directory.

So we downgraded to 8.0.12 and it built fine again.

I did a git blame on jucer_ProjectExport_Xcode.h, where the embeded framework paths are read, and saw that there were some changes in 8.0.13. Maybe something broke?

Cheers,

B.

2 Likes