찾다

 >  Q&A  >  본문

목표-c - 이 코드는 오류를 보고합니다. 메서드 선언의 컨텍스트가 누락되었습니다.

#import "RCTWeChat.h"

- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
  return [[RCTWeChat shareInstance] handleOpenURL: url];
}

- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
  return [[RCTWeChat shareInstance] handleOpenURL: url];
}
天蓬老师天蓬老师2857일 전564

모든 응답(1)나는 대답할 것이다

  • PHP中文网

    PHP中文网2017-04-28 09:06:50

    iOS8과 iOS9의 차이점 중 하나가 기억나네요. 하나만 구현하면 되므로 기기의 시스템을 결정해야 합니다!

    회신하다
    0
  • 취소회신하다