Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Made changes to podspec for Xcode 12 build issues #482

Merged
merged 4 commits into from
Sep 30, 2020

Conversation

ZiZasaurus
Copy link
Contributor

Due to issues building to the simulator Xcode 12, I have added the following two lines to our podspec to ensure that arm64 and arm64e simulators are excluded:

m.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
m.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

@ZiZasaurus ZiZasaurus requested review from a team, fabian-guerra and julianrex September 25, 2020 16:42
Copy link
Contributor

@captainbarbosa captainbarbosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add a changelog entry for this.

platform/ios/CHANGELOG.md Outdated Show resolved Hide resolved
@ZiZasaurus ZiZasaurus merged commit f95c11b into master Sep 30, 2020
@ZiZasaurus ZiZasaurus deleted the zizi-podspec-testing branch September 30, 2020 18:03
katydecorah pushed a commit that referenced this pull request Sep 30, 2020
* master:
  Made changes to podspec for Xcode 12 build issues  (#482)
  Fix frame-delay bug affect UIViews. (#483)
  Bump sdk version to 6.2.1 (#477)
  Update gl-native to 5.1.0 (#475)
  Fix crash with nil font family name (#476)
  Location manager crash fix when a selector is not implemented (#474)
  Address crash when localFontFamilyName is nil (#467)
  Ensure pending completion blocks, even if rendering is not strictly required. (#463)
  [macos] respect MGLMapSnapshotter on macOS. (#448)
  Support Xcode 12 by excluding arm64 simulators and bumping Telemetry to 0.10.4 (#458)
  Release prep for version 6.2.0 (#453)
  Rename identifer -> identifier (#423)
  Fixed some typos and updated change log (#443)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants