-
Notifications
You must be signed in to change notification settings - Fork 465
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
fix: Exclude headers from iOS archive. #77
fix: Exclude headers from iOS archive. #77
Conversation
@mohammadalijf Can you verify that this works for you? Thanks 😄 |
I manually tested moving the headers from |
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.
Superb, thanks @tido64 👏
Thanks, everyone ❤️ |
## [1.3.3](v1.3.2...v1.3.3) (2019-04-15) ### Bug Fixes * Exclude headers from iOS archive. ([#77](#77)) ([562452c](562452c))
🎉 This PR is included in version 1.3.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.3.3](react-native-async-storage/async-storage@v1.3.2...v1.3.3) (2019-04-15) ### Bug Fixes * Exclude headers from iOS archive. ([#77](react-native-async-storage/async-storage#77)) ([562452c](react-native-async-storage/async-storage@562452c))
## [1.3.3](react-native-async-storage/async-storage@v1.3.2...v1.3.3) (2019-04-15) ### Bug Fixes * Exclude headers from iOS archive. ([#77](react-native-async-storage/async-storage#77)) ([562452c](react-native-async-storage/async-storage@562452c))
Summary:
iOS headers are being included in the final archive, making Xcode generate generic archives instead of IPAs. Moving the headers to project only should address this issue. See #76.
Test Plan:
In an app that manually links to AsyncStorage, archiving should generate an IPA and not a generic archive.