-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi.
I just installed the plugin and get the following:
(my podfile has:)
platform :ios, '9.0'
Xcode's output:
↳
=== BUILD TARGET SCrypto OF PROJECT Pods WITH CONFIGURATION Debug ===
/Users/sam/dev2/chess6/client/chesstime/ios/Pods/SCrypto/Source/SCrypto.swift:107:111: warning: using '!' is not allowed here; treating this as '?' instead
typealias Function = (_ data: UnsafeRawPointer, _ len: CC_LONG, _ md: UnsafeMutablePointer) -> UnsafeMutablePointer!
^ ~
?
=== BUILD TARGET flutter_string_encryption OF PROJECT Pods WITH CONFIGURATION Debug ===
/Users/sam/dev2/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_string_encryption-0.2.0/ios/Classes/FlutterStringEncryptionPlugin.m:2:9: fatal error: 'flutter_string_encryption/flutter_string_encryption-Swift.h' file not found
#import <flutter_string_encryption/flutter_string_encryption-Swift.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Could not build the application for the simulator.
Error launching application on iPhone 8 Plus.