ZZYQRCodeSwift icon indicating copy to clipboard operation
ZZYQRCodeSwift copied to clipboard

When use this framework to distribute to app store, will cause an error like below.

Open Hamasn opened this issue 6 years ago • 1 comments

Unexpected CFBundleExecutable Key. The bundle at 'Payload/QBadge.app/Frameworks/ZZYQRCodeSwift.framework/ZZYQRCode.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.

Hamasn avatar Jul 31 '18 03:07 Hamasn

找到ZZYQRCode.bundle,删除info.plist里边的Executable file这一项即可

huangrun avatar Dec 24 '20 03:12 huangrun