receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Failed to build with the plugin on iOS

Open nicolarigoni opened this issue 2 months ago • 0 comments

With latest versione of your plugin version: 1.8.1 I'm facing this error when try to build. I have moved the Embed Foundation Extension above Thin Binary. I have set on pod: config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64 i386'

but still get this error:

Swift Compiler Error (Xcode): Unsupported Swift architecture .../build/ios/Debug-iphonesimulator/receive_sharing_intent/receive_sharing_intent.framework/Headers/receive_sharing_intent-Swift.h:352:1

Swift Compiler Error (Xcode): Could not build Objective-C module 'receive_sharing_intent'

Could not build the application for the simulator. Error launching application on iPad (10th generation).

nicolarigoni avatar Oct 30 '25 21:10 nicolarigoni