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
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
pod 'OLMKit'
end
in xcode i see in pods OLMKit, but when i run the application:
flutter: [Matrix] �[31mError initializing encryption Invalid argument(s):
Failed to load dynamic library 'libolm.3.dylib': dlopen(libolm.3.dylib, 0x0001): tried: '/Users/xxx/Library/Developer/Xcode/DerivedData/Runner-bypremnnbiwzyaegugdyzhghumai/Build/Products/Debug/libolm.3.dylib' (no such file),
'/usr/lib/system/introspection/libolm.3.dylib' (no such file, not in dyld cache), 'libolm.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibolm.3.dylib' (no such file),
'/Users/xxx/Library/Developer/Xcode/DerivedData/Runner-bypremnnbiwzyaegugdyzhghumai/Build/Products/Debug/FlutterMacOS.framework/Versions/A/./libolm.3.dylib' (no such file), '/Users/xxx/Library/Developer/Xcode/DerivedData/Runner-bypremnnbiwzyaegugdyzhghumai/Build/Products/Debug/FlutterMacOS.framework/Versions/A/../../../libolm.3.dylib' (no such file),
'/usr/lib/swift/libolm.3.dylib' (no such file, not in dyld cache),
'/System/Volumes/Preboot/Cryptexes/OS/usr/lib/swift/libolm.3.dylib' (no such file),
'/Users/xxx/Library/Developer/Xcode/DerivedData/Runner-bypremnnbiwzyaegugdyzhghumai/Build/Products/Debug/xxx.app/Contents/Frameworks/libolm.3.dylib' (no such file), '/Users/xxx/Library/Developer/Xcode/DerivedData/Runner-bypremnnbiwzyaegugdyzhghumai/Build/Products/Debug/xxx.app/Contents/MacOS/Frameworks/libolm.3.dylib' (no such file),
'/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libolm.3.dylib' (no such file),
'/System/Volumes/Preboot/Cryptexes/OS/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libolm.3.dylib' (no such file),
'/usr/lib/libolm.3.dylib' (no such file, not in dyld cache),
'libolm.3.dylib' (no such file),
'/usr/local/lib/libolm.3.dylib' (no such file),
'/usr/lib/libolm.3.dylib' (no such file, not in dyld cache)�
How can we include it properly so its built and bundled in application?
Hello,
i have in pubspec
ive done in Podfile
in xcode i see in pods OLMKit, but when i run the application:
How can we include it properly so its built and bundled in application?