커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
eas prebuild 중 오류
[왕초보] 나만의 수익성 앱, 앱개발 종합반 v5
5주차
북마크
신*일
댓글
1
추천
0
조회수
11
조회수
11
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



안녕하세요? admob광고 설정 따라하기가 좀 힘드네요


npx expo prebuild 를 치면 아래와 같은 오류가 떠서 eas prebuild가 진행이 안됩니다.


app.json 파일 관련 오류가 아닌가 싶어 app.json도 같이 올립니다.


스파르타 즉문즉답




작성한 코드 및 에러 메세지

<app.json>


{

  "expo": {

    "name": "sparta-myhoneytip-shi",

    "slug": "sparta-myhoneytip-shi",

    "version": "1.0.0",

    "orientation": "portrait",

    "icon": "./assets/icon.png",

    "userInterfaceStyle": "light",

    "splash": {

      "image": "./assets/splash.png",

      "resizeMode": "contain",

      "backgroundColor": "#ffffff"

    },


    "updates": {

      "fallbackToCacheTimeout": 0

    },

    "assetBundlePatterns": [

      "**/*"

    ],

    "ios": {

      "supportsTablet": true,

      "buildNumber": "1.0.0",

      "bundleIdentifier": "com.myhoneytip.shi",

      "config": {

        "googleMobileAdsAppId": ""

      }

    },

    "android": {

      "package": "com.myhoneytip.shi",

      "versionCode": 1,

      "config": {

        "googleMobileAdsAppId": ""

      }

    },

    "web": {

      "favicon": "./assets/favicon.png"

    },

    "extra": {

      "eas": {

        "projectId": "8aead3ba-eaa6-483f-b357-2dce3d94a2a4"

      }

    },

    "plugins": [

      [

        "expo-build-properties",

        {

          "ios": {

            "useFrameworks": "static"

          }

        }

      ]

    ]

  },

  "react-native-google-mobile-ads": {

    "android_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx",

    "ios_app_id": "ca-app-pub-xxxxxxxx~xxxxxxxx"

  }

}




취소
 공유
취소
댓글 0
댓글 알림
나의얼굴