본문 바로가기

Mobile21

[IONIC] ios 빌드시 no such module GoogleMobileAds 이슈 cmd 통해서 ionic cordova build ios 를 했을 시 해당 오류가 발생하였는데 아래 명령어로 ios 준비 시킨뒤 xcode 통해서 빌드하면 해당 이슈 사라짐 cordova platform rm ios cordova platform add ios 2023. 5. 29.
[ IONIC ] Could not find com.google.android.gms:play-services-identity:16.0.1 에러 수정 android build 중에 play-services-identity 버전을 못찾는 이슈가 발생했다 Could not resolve all files for configuration ':app:debugCompileClasspath'. Could not find com.google.android.gms:play-services-identity:16.0.1. Required by: project :app /platforms/android/project.properties 파일의 해당 버전을 낮춰서 버전을 해결했다 cordova.system.library.3=com.google.android.gms:play-services-identity:11.0.4 2021. 9. 21.
[ Ionic ] ITMS-90809 UIWebView error 1. 일반적인 오류의 경우 2. AdmobFree 를 사용할 경우 나타나는 에러의 경우 1.일반적인 오류 ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview). Ios 빌드 후 업로드 중에 에러가 생겼다. UIWebView 가 더 이상 사용되지 않아 생기는 오류였다. ionic의 버전을 올려서 해결하였다. cordova platform remove ios cordova .. 2020. 8. 29.
[ Ionic ] GADInvalidInitializationException Error 수정 2020-08-27 16:49:15.490630+0900 Reflex Game[479:92225] *** Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized incorrectly. Google AdMob publishers should follow instructions here: https://googlemobileadssdk.page.link/admob-ios-update-plist to include the AppMeasurement framework, set the -ObjC linker flag, and set GAD.. 2020. 8. 27.