合作伙伴發(fā)來(lái)的framework集成到我們胖雜大的項(xiàng)目里面之后,打包上線,接著就報(bào)錯(cuò)了,見(jiàn)下圖:很明顯是 這個(gè)framework的原因
App Store Connect Operation Error
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'ZhangFeiEncharge.app/Frameworks/QiBeiNewSDK.framework/QiBeiNewSDK' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."Xcode打包中
網(wǎng)上很多說(shuō)是Targets -> Build Phases->Copy Bundle Resources里面找到這個(gè)庫(kù)點(diǎn)擊刪除掉就行,但是我這情況是Copy Bundle Resources并沒(méi)有這個(gè)報(bào)錯(cuò)的庫(kù)
我的解決方法就是如圖,在這把它刪除掉重新打包就行了,經(jīng)測(cè)試項(xiàng)目依舊是可以正常使用該庫(kù),希望對(duì)于遇到同樣問(wèn)題的你有幫助

