ios - Couldn't find platform family in Info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for sqlite3 -
i trying build ios app in ionic using ionic build ios
build success. when use xcode deploy app apple store showing me above mentioned error.
i have gone through many github , stackoverflow issues none of them worked me. list of things have tried:
- remove .dsym files
- add > cfbundlesupportedplatforms array , macosx string info.plist
- removing elements in > copy bundle resources
- clean project before building , clicking archive option
some of links found result:
- https://github.com/alamofire/alamofire/issues/823
- couldn't find platform family in info.plist cfbundlesupportedplatforms or mach-o lc_version_min phantomjs
but none of these worked me. tested app phone working not upload apple store.
there no plugin installed in framework sqlite on validating shows error sqlite
any appreciated.
after spending many hours, solved deleting file in www/lib folder name sqlite, part of other library using , showing me file before starting validating. might 1 same problem.
Comments
Post a Comment