flutter_naver_login icon indicating copy to clipboard operation
flutter_naver_login copied to clipboard

Invalid Executable due to Bitcode inclusion on Xcode 16

Open feents opened this issue 5 months ago • 1 comments

Hi,

After updating to Xcode 16, I encountered an issue when trying to upload my Flutter app to TestFlight. The app works perfectly on both the simulator and physical devices, and it builds successfully. However, when I attempt to upload it to TestFlight, I get the following error:

Upload failed
  error: Asset validation failed
  Invalid Executable. The executable 'Runner.app/Frameworks/NaverThirdPartyLogin.framework/NaverThirdPartyLogin' contains bitcode. (ID: f591fea0-233a-48b4-8478-475f5210a82f)

It seems like the issue is caused by the inclusion of Bitcode in the NaverThirdPartyLogin framework. Since Xcode 14 and later no longer support Bitcode, could you please update the framework to remove Bitcode? This would help resolve the issue for those of us using the latest version of Xcode.

Thank you!

feents avatar Sep 19 '24 09:09 feents