ITMS-90496

Hi,

I have xcode 13 and when trying to publish with this version for the first time I get this error in validation.

ITMS-90496: Invalid Executable - The executable 'xxxxx WatchKit App.app/PlugIns/xxxx WatchKit Extension.appex/*** WatchKit Extension' does not contain bitcode.

How could i fix it?

thanks!!!

Answered by Alexander.Pan in 694983022

All target Build Setting -> Build Options -> Enable Testability & Enable Testing Search Paths = NO(Release Configuration), It's work for me on Xcode 13.

The problem seems to be that "Enable testability and enable test search path" affects the enable bitcode on Xcode 13.

I have a same issue. No problem using Xcode 12.5. what is this difference?

I have a same problem. Any solution?

Accepted Answer

All target Build Setting -> Build Options -> Enable Testability & Enable Testing Search Paths = NO(Release Configuration), It's work for me on Xcode 13.

The problem seems to be that "Enable testability and enable test search path" affects the enable bitcode on Xcode 13.

ITMS-90496
 
 
Q