1. 程式人生 > >app上傳APP Store報錯:ERROR ITMS-90086:"missing 64-bit support.

app上傳APP Store報錯:ERROR ITMS-90086:"missing 64-bit support.

bug描述:

ERROR ITMS-90086:"missing 64-bit support. beginning on february 1, 2015, new iOS apps submitted to the app store must be include 64-bit support and be built with the ios8 SDK......


這是因為現在提交的app必須支援64位,

但是使用cocospod時,在Podfile檔案裡面加上:

   post_installdo |installer| installer.project.targets.eachdo

|target| target.build_configurations.eachdo |config| config.build_settings['ARCHS'] ="armv7 arm64" end end end