apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.15k stars 988 forks source link

GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj #1060

Closed dpogue closed 3 years ago

dpogue commented 3 years ago

Platforms affected

iOS

Motivation and Context

Closes GH-1059

Description

In Xcode 12, if an app is linked against .framework files with multiple architectures, it will generate an error about embedded framework mismatches. Declaring this property (even with its default value of NO) resolves the issue.

Testing

CI passing

Checklist

JoeMeeks commented 2 years ago

@dpogue can the yes/no or true/false value of VALIDATE_WORKSPACE be assigned in config.xml?

dpogue commented 2 years ago

can the yes/no or true/false value of VALIDATE_WORKSPACE be assigned in config.xml?

No