Skip to content

Xcode archive generates Generic Xcode Archive instead of IPA #76

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

Closed
mohammadalijf opened this issue Apr 13, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working platform: iOS This is iOS specific

Comments

@mohammadalijf
Copy link

Current behavior

after updating to 1.3.1 Xcode creates Generic Xcode Archive instead of creating IPA. after looking up the problem and checking created archive, i found out RNCAsyncStorage.h and RNCAsyncStorageDelegate.h which are header files for the library is included in archive. you can find headers in
Archive.xcarchive -> show Package Content/Products/usr/local/include

after looking up the problem i found a solution here which is to move headers from Public to Project in the Build Phase / Headers.

Expected behavior

Xcode should create IPA not a Generic Xcode Archive

Repro steps

  • Xcode -> Clean
  • Xcode -> clean DerivedData folder
  • Xcode -> Archive

Environment

  • Async Storage version: 1.3.1
  • React-Native version: 0.59.4
  • Platform tested: iOS
@tido64 tido64 added bug Something isn't working platform: iOS This is iOS specific labels Apr 13, 2019
@tido64 tido64 self-assigned this Apr 13, 2019
@tido64
Copy link
Member

tido64 commented Apr 15, 2019

Thanks for the report! The fix was merged and released with v1.3.3. Please upgrade and let us know if you hit any other issues. 😄

@tido64 tido64 closed this as completed Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform: iOS This is iOS specific
Projects
None yet
Development

No branches or pull requests

2 participants