Async-storage: Xcode archive generates Generic Xcode Archive instead of IPA

Created on 13 Apr 2019  路  1Comment  路  Source: react-native-async-storage/async-storage

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
PR ready bug iOS

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. 馃槃

>All comments

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. 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

muhammadn picture muhammadn  路  58Comments

Krizzu picture Krizzu  路  36Comments

cohawk picture cohawk  路  28Comments

cpojer picture cpojer  路  34Comments

burhanahmed92 picture burhanahmed92  路  27Comments