skb1129 / react-native-change-icon

Change your application icon programmatically for React Native apps
MIT License
480 stars 84 forks source link

Error: Alternate Icon Not Supported #57

Closed tribiec closed 12 months ago

tribiec commented 2 years ago

Platform

Description I'm unable to change my icon dinamically using this Library after following all the exact same steps of the README, also I know it's a problem in my machine because other co-workers were able to test the feature succesfully.

I'm using iOS 15.0 in a Macbook Pro 14" with M1 Pro

To Reproduce Steps to reproduce the behavior:

  1. Follow all the steps to insert new icons
  2. Try to Change the Icon with the new ones in the Runtime of the App

Expected behavior Change the App Icon and let the user know about the change in an alert/message

Device (please complete the following information):

Versions

Code Snippet ios/info.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>CFBundleIcons</key>
        <dict>
            <key>CFBundleAlternateIcons</key>
            <dict>
                <key>60ad998cf7dc991f96425ddb</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-5ddb</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>604021a4c3f00e12adea31a4</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-31a4</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60078c4b138b6320992fb5df</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-b5df</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6042b2c6e5a371730d46d49b</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-d49b</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>609af61f005c1e531dec7507</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7507</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>603ff9e2c3f00e12adea30d6</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-30d6</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5ffcfa9bd2d83c491dce7b2a</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7b2a</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5febb2e652a8d84519d691d9</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-91d9</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5fbeac7fc0def43327783a2c</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-3a2c</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5f1d75630e18240f5a04c0ab</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-c0ab</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5e3b1ebf4f0b352e8e157046</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7046</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5d69dded272fb061cdfc7053</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7053</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5d38d1755c46db14bdd30b9f</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-0b9f</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5c8066d443e153719d8b6ed2</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-6ed2</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5b088c017d7e2143d243b12d</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-b12d</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>603fd00ef7561627c23741b1</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-41b1</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6015878d454db261251b2cb5</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-2cb5</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>610051c7f8582929b2b9f0c7</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-f0c7</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5fdc8a82bffe855f194564d1</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-64d1</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60402754c3f00e12adea31b8</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-31b8</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>57e00da23aa52208167d9efe</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-9efe</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>604024876bae1c1235c97ac3</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7ac3</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>603ffc7d6bae1c1235c97972</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7972</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5d8a17d0fa340357f08f7394</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7394</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5ddb04458c44be7c9c87e701</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-e701</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60d1b7e70d94be583a0780ef</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-80ef</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60e772cb986ade0cc765d39c</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-d39c</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5ec90a061bd0f5036f0c88e0</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-88e0</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60cab0ad710cb2737f75cdca</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-cdca</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60c2f38971e6626eec537330</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7330</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5840c8752ff3d96ff34e6514</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-6514</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>606edcafaa37897ac226ec87</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-ec87</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>57f1cd9370e4e73cf5f8fd5a</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-fd5a</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60705507a6b0174bb761c52a</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-d49b</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60b76da717582d440e655173</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-d49b</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60d1b81e0d94be583a0780f8</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-80ef</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6065beb12d4b3873ce485508</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-5508</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5fc2fa3cbeffee4681212913</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-2913</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60d3cd46957d343dd9a61605</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-1605</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60fa0a69a4afde31fe5a3e2e</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-3e2e</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>601574faec63095ea9c8d215</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7046</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>msb_default</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-ault</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6126aa110d32993eda54acfd</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-acfd</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5b4ff81d34348564feef60ad</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-60ad</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>610b650244f30a67a50b19cb</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-19cb</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>611412f3bc6df927d2336e52</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-6e52</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>611eab996688f63bd2b17373</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-7373</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>611c60621bb3ce20f90df899</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-f899</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>607f542db438ad7747b295ab</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-95ab</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60e365dc7c22bd12cc1d51bc</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-51bc</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>611e0c786d15881b95102074</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-2074</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6100535ff8582929b2b9f292</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-f292</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5a345a9e63cc590fb7f65501</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-5501</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6129af91d85d3f6cc645140e</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-140e</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61422c23831a29750ed7a13c</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-a13c</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>609a10324213a12e7637b782</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-b782</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61462a0ce7849320310c502e</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-502e</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60e7c3d3de6fca3069f0b7da</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-b7da</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>5b7e334212fc6306bb954ce3</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-4ce3</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>617a381b0dfec478ebebea3c</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-ea3c</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61829ce3b50d3f12dcb6b42a</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-b42a</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>614e125eb0066a40dcbcf7d1</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-f7d1</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6149e15a683232073e8a8409</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-8409</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60517e03a1f2f42a376f0e4f</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-0e4f</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>619fa68c1fa38c4fe305bfb4</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-bfb4</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6192217b0842c22d86e72661</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-2661</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60d849fe956d5161143a9bf9</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-9bf9</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61b76324db1c864104d7b1a2</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-b1a2</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>618969cf7399fd0fdb98172b</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-172b</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6196db755ac8fb60a5ab4d2e</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-4d2e</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>619d484e31e3d7523705c0bd</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-c0bd</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61bb874a6fff06696a61d499</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-d499</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>613aaa94b5232909fd34903b</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-903b</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>6202e1144a904259725d05b7</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-05b7</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61774e6430c6027085592237</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-2237</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61f69c44c1c6bd3929a38a90</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-8a90</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61f0976129569f7f251b43b6</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-43b6</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>62152344ce920e72d531518b</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-518b</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>60db50730180ce182f2218ee</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-18ee</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>604eebc30744325fed796c61</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-6c61</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>61edf317f6676c4ce5491d78</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-1d78</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
                <key>616268fa8e0e8a18e10b0d0f</key>
                <dict>
                    <key>CFBundleIconFiles</key>
                    <array>
                        <string>icon-0d0f</string>
                    </array>
                    <key>UIPrerenderedIcon</key>
                    <false/>
                </dict>
            </dict>
            <key>CFBundlePrimaryIcon</key>
            <dict>
                <key>CFBundleIconName</key>
                <string></string>
                <key>CFBundleIconFiles</key>
                <array>
                    <string></string>
                </array>
                <key>UIPrerenderedIcon</key>
                <false/>
            </dict>
        </dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>en</string>
        <key>CFBundleDisplayName</key>
        <string>Training App</string>
        <key>CFBundleExecutable</key>
        <string>$(EXECUTABLE_NAME)</string>
        <key>CFBundleGetInfoString</key>
        <string/>
        <key>CFBundleIdentifier</key>
        <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>$(PRODUCT_NAME)</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>2.0.70</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>2</string>
        <key>Fabric</key>
        <dict>
            <key>APIKey</key>
            <string>iwillnotshowthis</string>
            <key>Kits</key>
            <array>
                <dict>
                    <key>KitInfo</key>
                    <dict/>
                    <key>KitName</key>
                    <string>Crashlytics</string>
                </dict>
            </array>
        </dict>
        <key>LSApplicationCategoryType</key>
        <string/>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>NSAppTransportSecurity</key>
        <dict>
            <key>NSExceptionDomains</key>
            <dict>
                <key>localhost</key>
                <dict>
                    <key>NSExceptionAllowsInsecureHTTPLoads</key>
                    <true/>
                </dict>
            </dict>
        </dict>
        <key>NSCameraUsageDescription</key>
        <string>$(PRODUCT_NAME) would like to use your camera to record exercises&apos; videos</string>
        <key>NSLocationAlwaysUsageDescription</key>
        <string>Location is required to improve your experience navigating the app</string>
        <key>NSLocationWhenInUseUsageDescription</key>
        <string>Location is required to improve your experience navigating the app</string>
        <key>NSMicrophoneUsageDescription</key>
        <string>$(PRODUCT_NAME) would like to use your microphone (for exercises&apos; videos)</string>
        <key>NSPhotoLibraryAddUsageDescription</key>
        <string>$(PRODUCT_NAME) would like to save exercises&apos; videos to your gallery</string>
        <key>NSPhotoLibraryUsageDescription</key>
        <string>$(PRODUCT_NAME) would like access to your video gallery to upload exercises&apos; videos</string>
        <key>UIAppFonts</key>
        <array>
            <string>Roboto-Medium.ttf</string>
            <string>Roboto.ttf</string>
            <string>rubicon-icon-font.ttf</string>
            <string>GothamBold.ttf</string>
            <string>GothamBook.ttf</string>
            <string>GothamLight.ttf</string>
            <string>gotham-bold.ttf</string>
            <string>gotham-book.ttf</string>
            <string>gotham-light.ttf</string>
            <string>AntDesign.ttf</string>
            <string>Entypo.ttf</string>
            <string>EvilIcons.ttf</string>
            <string>Feather.ttf</string>
            <string>FontAwesome.ttf</string>
            <string>FontAwesome5_Brands.ttf</string>
            <string>FontAwesome5_Regular.ttf</string>
            <string>FontAwesome5_Solid.ttf</string>
            <string>Fontisto.ttf</string>
            <string>Foundation.ttf</string>
            <string>Ionicons.ttf</string>
            <string>MaterialCommunityIcons.ttf</string>
            <string>MaterialIcons.ttf</string>
            <string>Octicons.ttf</string>
            <string>SimpleLineIcons.ttf</string>
            <string>Zocial.ttf</string>
            <string>OpenSans-Bold.ttf</string>
            <string>OpenSans-Regular.ttf</string>
            <string>OpenSans-SemiBold.ttf</string>
        </array>
        <key>UILaunchStoryboardName</key>
        <string>LaunchScreen</string>
        <key>UIRequiredDeviceCapabilities</key>
        <array>
            <string>armv7</string>
        </array>
        <key>UIRequiresFullScreen</key>
        <true/>
        <key>UISupportedInterfaceOrientations</key>
        <array/>
        <key>UIViewControllerBasedStatusBarAppearance</key>
        <false/>
        <key>NSHealthShareUsageDescription</key>
        <string>Read and understand health data.</string>
        <key>NSHealthUpdateUsageDescription</key>
        <string>Share workout data with other apps.</string>
    </dict>
</plist>
juniorogaa commented 2 years ago

i have the same problem when i changed my mac to m1 last week.

SmartArray commented 2 years ago

i have the same problem when i changed my mac to m1 last week.

Not working on M1 Simulator here either. Works flawlessly on physical device though!

skb1129 commented 1 year ago

@tribiec please verify using the new v4.0.0 release.

pkaypilania commented 1 year ago

I have also facing same issue. I have M2 Macbook pro 13".

OzgunOzdemir commented 1 year ago

I have same issues. Is there any progress ?

skb1129 commented 12 months ago

This is fixed in v5, I have tested it myself, I am using M1 Pro Mac, runs perfectly on the simulator. Please check the sample react-native app i have placed in the v5 release