ChatSecure / ChatSecure-iOS

ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
https://chatsecure.org
Other
3.13k stars 1.03k forks source link

No Such Module "OTRKit"---- #1186

Open pasha4uu opened 4 years ago

pasha4uu commented 4 years ago

Hello , I Integrating the chatsecure App into my App , IM getting this error " No Such Module "OTRKit"" would be any help i really more appreciated you thank you.....

Screenshot 2020-02-21 at 10 57 38 AM

ALFriedman commented 4 years ago

I am getting the same thing with the latest updates.

chrisballinger commented 4 years ago

@ALFriedman OTRKit now needs to be integrated separately via a xcodeproj dependency git submodule using branch marzipan. This is due to some limitations with how Xcode handles xcframeworks in order to support Mac Catalyst. Longer term I would like to resolve or workaround this issue, but it's currently blocked on some Xcode bugs.