Skip to content

Xcode archive generates Generic Xcode Archive instead of IPA #76

Closed
@mohammadalijf

Description

@mohammadalijf

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingplatform: iOSThis is iOS specific

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions