Skip to content
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

Merged

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Apr 13, 2019

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.

@tido64
Copy link
Member Author

tido64 commented Apr 13, 2019

@mohammadalijf Can you verify that this works for you? Thanks 😄

@mtt87
Copy link
Contributor

mtt87 commented Apr 15, 2019

I manually tested moving the headers from public to project and I can confirm it works fine
Thanks @tido64

@krizzu krizzu mentioned this pull request Apr 15, 2019
Copy link
Member

@krizzu krizzu left a comment

Choose a reason for hiding this comment

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

Superb, thanks @tido64 👏

@tido64
Copy link
Member Author

tido64 commented Apr 15, 2019

Thanks, everyone ❤️

@tido64 tido64 merged commit 562452c into react-native-async-storage:master Apr 15, 2019
@tido64 tido64 deleted the tido/fix-public-headers branch April 15, 2019 14:00
krizzu pushed a commit that referenced this pull request Apr 15, 2019
## [1.3.3](v1.3.2...v1.3.3) (2019-04-15)

### Bug Fixes

* Exclude headers from iOS archive. ([#77](#77)) ([562452c](562452c))
@krizzu
Copy link
Member

krizzu commented Apr 15, 2019

🎉 This PR is included in version 1.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Corey-Peyton added a commit to Corey-Peyton/async-storage that referenced this pull request Jul 14, 2021
DenisSolution pushed a commit to DenisSolution/React-native-async-storage that referenced this pull request Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants