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
Il faut donc rapatrier en local le git du projet dans le dossier du projet Tchap : git clone [email protected]:matrix-org/matrix-ios-sdk.git
Cela crée un dossier matrix-ios-sdk dans le dossier Tchap, qui est vu comme un sub-module par le git de Tchap.
Le pod matrix-ios-sdk est maintenant importé via les commandes :
# Method to import the MatrixSDK
def import_MatrixSDK
pod 'MatrixSDK', :path => 'matrix-ios-sdk/MatrixSDK.podspec', :inhibit_warnings => false
pod 'MatrixSDK/JingleCallStack', :path => 'matrix-ios-sdk/MatrixSDK.podspec', :inhibit_warnings => false
end
The text was updated successfully, but these errors were encountered:
Rebase to Element 1.11.15 : https://github.com/element-hq/element-ios/releases/tag/v1.11.15
Point de MAJ :
Include Matrix-iOS-SDK to 0.27.10 : https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.10
Ce rebase nous force à changer la manière dont on intègre le matrix-ios-sdk : matrix-org/matrix-ios-sdk#1855
Il faut donc rapatrier en local le git du projet dans le dossier du projet Tchap :
git clone [email protected]:matrix-org/matrix-ios-sdk.git
Cela crée un dossier
matrix-ios-sdk
dans le dossier Tchap, qui est vu comme un sub-module par le git de Tchap.Le pod
matrix-ios-sdk
est maintenant importé via les commandes :The text was updated successfully, but these errors were encountered: