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
replace Xcode-11.4.1 with the required version eg. Xcode-10
117
+
replace Xcode-x.y.z with the required version eg. Xcode-10
118
+
119
+
**Compilation issue:** Update Carthage to `v0.35.0` and above.
136
120
137
121
### Manual
138
122
139
-
You can download the latest version of the repository and add **Usabilla.framework** to your app’s embedded frameworks.
123
+
You can download the latest version of the repository from [releases](https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/)and extract **Pods.framework.zip** or **Usabilla.xcframework.zip**. Then add **Usabilla.framework**or **Usabilla.xcframework**to your app’s embedded frameworks.
140
124
141
125
In doing so, you might encounter a problem while submitting your app to the App Store. This is due to a [bug in the App Store](http://www.openradar.me/radar?id=6409498411401216) itself.
142
126
@@ -457,12 +441,7 @@ Usabilla.defaultDataMasks
457
441
You can pass along custom variables that will be attached to the feedback users send.
458
442
Custom variables are held in a dictionary object, in the public interface of the SDK, called `customVariables`.
459
443
460
-
You can set custom variables using the public method
0 commit comments