Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90207 Invalid bundle

I’m having issue when uploading to app store an app with this framework.

ERROR ITMS-90207 "Invalid bundle. The bundle at .../TesseractOCR.framework' does not contain a bundle executable.

In my Xcodeproj i have another project inside, i'm including the framework on dependencies, linked libraries and Copy Files.

Do you know something about this issue?.

Many Thanks, Nahuel.

like image 439
user3700603 Avatar asked Oct 31 '22 22:10

user3700603


1 Answers

I was having the same problem. I fixed the issue by following this process:

In your info.plist file, under the key Executable file, add the value $(EXECUTABLE_NAME).

like image 99
Ashik Avatar answered Nov 13 '22 20:11

Ashik