You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
andRNCAsyncStorageDelegate.h
which are header files for the library is included in archive. you can find headers inArchive.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
Environment
The text was updated successfully, but these errors were encountered: