iOS Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
This SDK is deprecated and will receive limited support. Please adopt the v10 SDK: https://github.com/smileidentity/docs/blob/main/mobile/flutter/broken-reference/README.md
Close your XCode if your project is open and from the terminal, navigate to the iOS folder in the flutter project and run
If it wasn't present before, once done this will create a <Your Project>.xcworkspace open this in XCode .
That's it IOS is ready
To resolve this remove the line
$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)
In your project's (not target) as shown below
That's it. iOS is done!
There is some incompatibilities that may exist between when using XCode 12 as listed . This error may appear as Undefined symbols for architecture x86_64: "Swift._ArrayBuffer._copyContents...".