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.
Xcode should create IPA not a Generic Xcode Archive
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. 馃槃
Most helpful comment
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. 馃槃