Skip to content

Commit 9cd2cff

Browse files
authored
Update of README.md
README.md updated as response to closed issues.
1 parent ebba93a commit 9cd2cff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ fi
4949
2. Click twice on **Update to recommended settings** under **Runner project** issue > **Perform changes**
5050
3. Click twice on **Update to recommended settings** under **Pods project** issue > **Perform changes**
5151

52-
Issues should be clear now.
52+
Issues should be clear now.
53+
54+
**Note: You need Xcode 13 to be able to build application.**
5355

5456
### Android setup
5557
* From root of your project, go to **android > app > build.gradle**
@@ -424,10 +426,12 @@ dependencies {
424426
releaseImplementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:*-release'
425427
426428
// Talsec Debug
427-
debugImplementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:*-dev'
429+
implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:*-dev'
428430
}
429431
430432
```
433+
### \[Android] I am unable to build application for Profile.
434+
**Solution:** Add edit dependencies manually (see [issue](https://github.com/talsec/Free-RASP-Flutter/issues/10)). Very similar solution as for first problem.
431435

432436
### \[iOS] Unable to build release for simulator in Xcode (errors)
433437
**Solution:** Simulator does **not** support release build of Flutter - more about it [here](https://flutter.dev/docs/testing/build-modes#release).

0 commit comments

Comments
 (0)