Iglistkit: setup error for examples

Created on 22 Apr 2021  路  2Comments  路  Source: Instagram/IGListKit

When running ./scripts/setup.sh , I get the error below:
XCode 12.3

_The domain/default pair of (/Users/loileebooztolentino/Downloads/IGListKit-master/Source/Info, CFBundleShortVersionString) does not exist
[!] The IGListDiffKit pod failed to validate due to 1 error:
- ERROR | version: A version is required._

Most helpful comment

Modify scripts/version.sh will work. @loilee @X-man-rascal

#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

cd "$(dirname "$(dirname "$0")")" || exit 1

exec /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" "$(pwd)/Source/Info.plist"

All 2 comments

Xcode 12.4 same error

Modify scripts/version.sh will work. @loilee @X-man-rascal

#!/bin/bash
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

cd "$(dirname "$(dirname "$0")")" || exit 1

exec /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" "$(pwd)/Source/Info.plist"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

racer1988 picture racer1988  路  16Comments

jorgelp94 picture jorgelp94  路  16Comments

Megaman63 picture Megaman63  路  17Comments

Smiller193 picture Smiller193  路  52Comments

ishabazz picture ishabazz  路  24Comments