You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
Fixed path errors which occured when following the instructions in the README.md for setting up a project.
Signed-off-by: Markus Geilehner <markus@geilehner.io>
To add the license file, the resource files and set up the copying rules, in **Build Phases** add one more Run Script phase. The **copy_assets.py** script, added to the phase, will automatically copy all resource files to corresponding destinations and add necessary dictionaries.
In **Build Phases**, add a new **Run Script** phase. Run the **copy_frameworks.sh** script that removes the frameworks for the non-active CPU architectures (the complete list depends on the project settings), and sign the resulting framework. This is a required step before uploading your application to App Store.
Select your project in the **Target** group and open the **Build Settings** tab. In the **Search Paths** section add to the **Framework Search Paths** the following path:
115
115
```
116
-
../../../libs/ios
116
+
"../../libs/ios"
117
117
```
118
118
119
-
On the **Build Options** tab set **Enable Bitcode** option to **No**.
119
+
On the **Build Settings** tab set **Enable Bitcode** option to **No**.
120
120
121
121
In the **info.plist** file add permission for working with camera and gallery if necessary.
0 commit comments