-
Notifications
You must be signed in to change notification settings - Fork 477
Closed
Labels
bugSomething isn't workingSomething isn't workingplatform: iOSThis is iOS specificThis is iOS specific
Description
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
mtt87, fatihayyildiz, andryuha49, nickjanssen, kentrh and 4 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingplatform: iOSThis is iOS specificThis is iOS specific