receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

IOS: App installing failed. Share Extension.appex is missing its bundle executable

Open jul3zian opened this issue 1 year ago • 1 comments

Hi, When trying to set up the package for IOS, I always get the following error message after the app is built. Does anyone know the reason for this? image

jul3zian avatar Oct 15 '24 20:10 jul3zian

I’m facing a build issue related to Share Extension.appex when running the app on iOS.

Error:

Error (Xcode): Cycle inside Runner; building could produce unreliable results.
Target 'Runner' has copy command from '.../Share Extension.appex' to '.../Runner.app/PlugIns/Share Extension.appex'

This creates a dependency cycle during the iOS build process, preventing the app from launching on the simulator.

Has anyone else encountered this issue with Share Extension.appex? Any guidance or workaround would be appreciated.

KhuntJenish avatar Sep 25 '25 06:09 KhuntJenish