Compatibility updates for M1 laptops and XCode 11.4+ - #103
Open
randscr-stripe wants to merge 4 commits into
Open
Compatibility updates for M1 laptops and XCode 11.4+#103randscr-stripe wants to merge 4 commits into
randscr-stripe wants to merge 4 commits into
Conversation
fixes issues compiling under XCode 11.4, see https://stackoverflow.com/questions/60841771/stripe-ios-sdk-incompatible-block-pointer-types-sending for reference
fixes issues where on arm64 (M1 laptop) the compilation fails because it also tries to build x86_64
randscr-stripe
commented
Sep 14, 2023
`uname -m` will return x86_64 on intel laptops and arm64 on M1 laptops
This reverts commit 7bc1296. newer iphones run arm64 as well, so that hardcoding is actually required to make compilation pass on intel laptops
|
Merge |
Kanochiba1
approved these changes
Jun 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For M1 laptops running XCode 11.4+ you run into two problems today:
Alamofire.Below are the changes I had to make to get the iOS app to run in a simulator on MacOS 13.5.2 (22G91) with XCode 11.4.1.