Skip to content

Commit

Permalink
fix(build): exclude architecture arm64
Browse files Browse the repository at this point in the history
 - fix build error on Xcode 12

   error: The linked and embedded framework 'Sparkle.framework' is missing one or more architectures required by this target: arm64.

   fix #467
  • Loading branch information
kuoruan authored and lotem committed Dec 13, 2020
1 parent 118aee6 commit 51f62cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Squirrel.xcodeproj/project.pbxproj
Expand Up @@ -592,6 +592,7 @@
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.14.0;
EXCLUDED_ARCHS = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down Expand Up @@ -631,6 +632,7 @@
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.14.0;
EXCLUDED_ARCHS = arm64;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
Expand Down

0 comments on commit 51f62cf

Please sign in to comment.