xcode 7 과 iOS 9 업그레이드 후 발생 하 는 문제 및 해결 방안

885 단어 iOS
1: http 지원
  • Info. plist 에 NSAppTransportSecurity 유형 Dictionary 을 추가 합 니 다.
  • NSAppTransportSecurityNSAllowsArbitraryLoads 유형 Boolean 을 추가 하고 값 은 YES
  • 로 설정 합 니 다.
    2: rootviewcontroller 를 찾 을 수 없습니다.
    프로그램 입구
    윈도
     addSubview:viewController
    .view]。
    [window setRootViewController: viewController] 로 바 꾸 기;... 하면 된다
    3. 실제 디 버 깅 - fiembed - bitcode 가 나타 나 는 것 은 iOS 6.0 이전 버 전에 서 지원 되 지 않 습 니 다.
    솔 루 션 1: target -- > building settings -- > enable bitcode 를 NO 로 설정 하면 됩 니 다.
    해결 방안 2:
    Your problem is that the "Deployment Target" for your project is "5.0" and you are using a feature that isn't available for iOS 5.
    Check the "General" tab for your build target
    and update it to at least 6.0 to use Auto Layout

    좋은 웹페이지 즐겨찾기