realm?.add 'add(_:update:)' is unavailable: Pass .error, .modified or .all rather than a boolean. .error is equivalent to false and .all is equivalent to true.

 

realm.add(object, update: .all)

 

https://github.com/RxSwiftCommunity/RxRealm/issues/128

 

Need to upgrade to depend on RealmSwift 3.17 rather than still 3.14 · Issue #128 · RxSwiftCommunity/RxRealm

Getting warnings for public func add(update: Bool = false, onError: ((O?, Error) -> Void)? = nil) -> AnyObserver Warning: 'add(_:update:)' is deprecated: Pass .error,...

github.com

 

반응형

취약한 자바스크립트 라이브러리: APK 버전 705, 601에 영향을 줍니다.

Name Version Known issues Identified files
jquery 2.2.0 SNYK-npm:jquery:20150627
SNYK-JS-JQUERY-174006
js/jquery-2.2.0.min.js

 

반응형

 

1. pop update

$ pod update
-bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory

 

반응형

Bundletool

 

https://developer.android.com/studio/command-line/bundletool

 

bundletool  |  Android Developers

Android App Bundle을 빌드한 후에는 Google Play가 이를 사용하여 APK를 생성하는 방식과 기기에 배포되었을 때 이 APK가 어떻게 작동하는지 테스트해야 합니다. App Bundle을 두 가지 방식으로 테스트할 수 있습니다. 하나는 bundletool 명령줄 도구를 사용하여 로컬에서 테스트하는 것이고 다른 하나는 번들을 Play Console에 업로드하고 테스트 트랙을 사용하여 Google Play를 통해 테스트하는 것입니다. 이 페

developer.android.com

 

 

https://stackoverflow.com/questions/53040047/generate-apk-file-from-aab-file-android-app-bundle

 

Generate Apk file from aab file (android app bundle)

Is there any way to generate an apk file from android app Bundle via terminal or using android studio?

stackoverflow.com

 

반응형

 

error_no_skus - We didn\'t find any SKUs to display
반응형

com.examplecom.example.billingsample.TrivialDriveActivity}: java.lang.RuntimeException: Please change the sample's package name!

 

 

Package 변경
 

AndroidManifest.xml 변경

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:targetSandboxVersion="2"
    package="com.sample.billingsample">

 

TrivialDrive_v2 변경

    APP_ID = "com.sample.billingsample"
    TEST_APP_ID = APP_ID + ".test"

 

반응형

android billing library 

TrivialDrive_v2/keystore.jks not found for signing config 'release'.

 

TrivialDriveKotlin 폴더 안에 있는 아래의 파일들을 TrivialDrive_v2에 복사하고 빌드
keystore.properties
kotlin_td_keystore.jks 

 

반응형

 

이슈 환경 :  Signing App 배포 후 dev 다시 빌드 시, 

Command CodeSign failed with a nonzero exit code

시도 1)  Product > Clean Build Folder > 실패

 

반응형

+ Recent posts