升级Xcode7 和 iOS9 之后的遇到各种问题

一 . Xcode7  问题

 1. 打包上传到 app store 时:ERROR ITMS-90535 Unexpected CFBundleExecutable Key. 

     解决办法有: 
  a,用XCode 6.4的Product-》Archive,再提交到AppStore。 
  b,在Stackoverflow上也有相关的解决办法,就是把报错的第三方库的 info.plist 的无用的 CFBundleExecutable 删除掉。 
  http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk

 2.报警告 warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'

  解决办法:targets ---选择项目test----build setting -----framework search path 里删除$(SDKROOT)/Developer/Library/Frameworks 

二 . iOS9 的适配文章 

1.https://github.com/ChenYilong/iOS9AdaptationTips

posted @ 2015-09-23 13:04  moyazi  阅读(191)  评论(0编辑  收藏  举报