kam800 / MachObfuscator

MachObfuscator is a programming-language-agnostic Mach-O apps obfuscator for Apple platforms.
MIT License
521 stars 78 forks source link

IPA file does not contain SwiftSupport directory #95

Closed kondratk closed 5 years ago

kondratk commented 5 years ago

AppStore rejects our build due to missing SwiftSupport folder inside IPA file. After analyzing source and target ipa files, the source one contains SwiftSupport folder, while obfuscated one does not.

Error message from AppStoreConnect: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

image

Of course, unobfuscated app goes through AppStoreConnect without any issues.

kam800 commented 4 years ago

Hi. Sorry for answering late. Could you tell me what was the reason? Did you find the solution?