-
Notifications
You must be signed in to change notification settings - Fork 999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Stripe3DS2.framework to libStripe3DS2.a #1246
Migrate Stripe3DS2.framework to libStripe3DS2.a #1246
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good in my testing.
Want to write a quick high level blurb in CHANGELOG.md
about this?
Also, do the example apps in Stripe.xcworkspace still build as well?
Stripe.xcodeproj/project.pbxproj
Outdated
LIBRARY_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"$(PROJECT_DIR)/InternalFrameworks", | ||
); | ||
OTHER_LDFLAGS = "-ObjC"; | ||
DEVELOPMENT_TEAM = ""; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this line? I'm like 50% sure this makes fauxpas warn for some reason.
I'm still encountering an issue with version 16.0.1 |
Hi @alvincrisuy, thanks for the report. We’re investigating this and should have a solution for you soon. |
Summary
Removes Stripe3DS2.framework in favor of a static libStripe3DS2.a.
Motivation
Nested frameworks are not allowed on the iOS App Store.
Testing