Lombok Not compatible with the version of your running IDE (Android Studio Giraffe | 2022.3.1 Patch 1)

 

정말 이걸로 얼마나 삽질을 했는가.. 하지만 아직도 ING... 

 

 

반응형

-----------------------------------

--------  http .failure(_): ---------

-----------------------------------

 

load failed with error Error Domain=NSURLErrorDomain Code=-1003 "특정 호스트 이름을 가진

서버를 찾을 수 없습니다." UserInfo={_kCFStreamErrorCodeKey=8, NSUnderlyingError=0x280b6f150 {Error Domain=kCFErrorDomainCFNetwork Code=-1003 "(null)" UserInfo={_kCFStreamErrorCodeKey=8, _kCFStreamErrorDomainKey=12}}

 

아무 이유 없이 앱 접속이 안되면서 마주한 로그.. 

 

POSTMAN으로 API콜을 날려도 문제가 생기고, 서버는 아무 이상이 없다. 

Error: getaddrinfo ENOTFOUND ###

 

 

오늘..  가비아 네임서버에 문제가 생겼다.

홈페이지 들어가보니 이런 공지가 떴다.. 얼마나 급했으면 그랬을까 같은 개발자로써 측은지심이 든다

.. 

그래도 우리 서비스가 안되니 등골이 오싹해지며 식은땀이.. 

 

개발자가 제일 무서워 하는 것..

1. 이유 모를 장애  2. 됐다가 안됐다가 하는 장애..

 

 

출근하면서 테스트 했던 앱이 이상했던건 그냥 네트워크 문제라고 생각했었는데, 이제 이런 생각을 버려야겠다. 

Slack에 firebase 노티 다시 연결해두고 받아야겠다. 

 

 

https://www.techm.kr/news/articleView.html?idxno=107229.

 

www.techm.kr

 

반응형
com.apple.NSURLSession-delegate

https://stackoverflow.com/questions/69148387/crashed-com-apple-nsurlsession-delegate-exc-bad-access

 

Crashed: com.apple.NSURLSession-delegate - EXC_BAD_ACCESS

I'm seeing this crash from many users in Google's Crashlytics. I posted the stack trace below, but keep in mind that this is happening on many other URL Requests. None of my URL Request functions h...

stackoverflow.com

 

반응형
E/MediaPlayerNative: stop called in state 1, mPlayer(0x0)
V/MediaPlayerNative: message received msg=100, ext1=-38, ext2=0
E/MediaPlayerNative: error (-38, 0)

 

반응형

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

 

 

 

반응형

E/TypefaceCompatApi26Impl: Unable to collect necessary methods for class java.lang.NoSuchMethodException
    java.lang.NoSuchMethodException: android.graphics.FontFamily.<init> []

 

> gradle 업데이트 

implementation 'androidx.appcompat:appcompat:1.2.0'

https://stackoverflow.com/questions/62510732/getting-nosuchmethodexception-error-for-class-android-graphics-fontfamily-wh

 

Getting "NoSuchMethodException" error for class "android.graphics.FontFamily" when updated "targetSdkVersion" and "compileSdkVer

When I updated compileSdkVersion to 30 then it starts showing error in my LoginActivity at the line where I called setContentView(See logs below) 2020-06-22 13:43:21.205 14538-14538/com.gravty.eve...

stackoverflow.com

 

반응형

해결방법이 없는 것인가!!!! ㅠㅠ

 

 

Search results | Apple Developer Forums

testflight the requested app is not avaliable 255,114 results found Sort by: Relevance

developer.apple.com

 

반응형

This app has crashed because it attempted to access privacy-sensitive data without a usage description.  The app's Info.plist must contain an NSBluetoothAlwaysUsageDescription key with a string value explaining to the user how the app uses this data.

 

 

> Info.plist 에 추가 

Privacy - Bluetooth Peripheral Usage Description

반응형
W/ConnectionTracker: Exception thrown while unbinding
    java.lang.IllegalArgumentException: Service not registered: ls@7f043fa
        at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1752)
        at android.app.ContextImpl.unbindService(ContextImpl.java:1797)
        at android.content.ContextWrapper.unbindService(ContextWrapper.java:741)
        at ci.f(:com.google.android.gms.dynamite_measurementdynamite@204714081@20.47.14 (120400-0):1)
        at ci.d(:com.google.android.gms.dynamite_measurementdynamite@204714081@20.47.14 (120400-0):2)
        at lt.E(:com.google.android.gms.dynamite_measurementdynamite@204714081@20.47.14 (120400-0):9)
        at ld.a(:com.google.android.gms.dynamite_measurementdynamite@204714081@20.47.14 (120400-0):3)
        at ef.run(:com.google.android.gms.dynamite_measurementdynamite@204714081@20.47.14 (120400-0):3)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at iy.run(:com.google.android.gms.dynamite_measurementdynamite@204714081@20.47.14 (120400-0):5)

 

반응형
 Could not find 'ffi' (>= 1.3.0) among 79 total gem(s) (Gem::MissingSpecError)

2) 2021.10.01 최신 버전

$ sudo brew install weaveworks/tap/eksctl
 Error: Running Homebrew as root is extremely dangerous and no longer supported.
 As Homebrew does not drop privileges on installation you would be giving all
 build scripts full access to your system.
 
 //권한바꾸기 
 $ sudo chown -R $(whoami) $(brew --prefix)/*
  
  
//다시 연결 
% brew link --overwrite cocoapods
Linking /usr/local/Cellar/cocoapods/1.11.2... 2 symlinks created.​

 

1) cocoapos 재설치 후 link

brew reinstall cocoapods

brew link --overwrite cocoapods​

stackoverflow.com/questions/54281063/pod-missingspecerror-ruby-gem-cocoapods-et

 

Pod MissingSpecError, Ruby, Gem, Cocoapods etc

When I run pod I now get $ pod Traceback (most recent call last): 3: from /usr/local/bin/pod:22:in `

' 2: from /usr/local/Cellar/ruby/2.6.0_1/lib/ruby/2.6.0/rubygems/core_ext/

 

stackoverflow.com

 

반응형

Invalid Signature. A sealed resource is missing or invalid.

 

 

developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html

 

About Code Signing

About Code Signing Code signing is a macOS security technology that you use to certify that an app was created by you. Once an app is signed, the system can detect any change to the app—whether the change is introduced accidentally or by malicious code.

developer.apple.com

 

반응형
  • Ubuntu와 같은 Debian 계열 시스템에는 APT를 사용합니다.

$ sudo apt-get install python3.7

 

  • Red Hat 및 계열 시스템에는 yum을 사용합니다.

$ sudo yum install python37

 

  • SUSE 및 계열 시스템에는 zypper를 사용합니다.

$ sudo zypper install python3-3.7
반응형
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER
Installation failed due to: 'null'

 

안드로이드 폰에 설치하려고 할 때 나는 이슈

> 이미 설치되어 있는 앱이 있다고 인식하고 설치가 되지 않는다. 

 

> AndroidManifest.xml

<data android:host="app"
    android:scheme="AppName" />

AppName 부분이 유니크해야한다. 

 

 

 

Install shows error in console: INSTALL FAILED CONFLICTING PROVIDER

I am experimenting with the NotesList sample program in the Android SDK. I've made a slight variation in the program, but when I install my edited version I keep getting the message

stackoverflow.com

 

반응형

[Android] Gradle Update 3.4.0 > exoplayer2

 

Change Exoplayer Dependencie

 

implementation 'com.google.android.exoplayer:exoplayer:2.10.0'

implementation 'com.google.android.exoplayer:exoplayer:2.10.0'
 

Unable to resolve com.google.android.exoplayer2 after Gradle update to v 5.4

My project is using com.google.android.exoplayer2. Until today I was at gradle 4.10.1 (android gradle plugin 3.3.1) - all fine. Once i updated to Gradle 5.4.1 exoplayer can not be resolved. Android

stackoverflow.com

 

My project seems ok except this :

mediaDataSourceFactory = new DefaultDataSourceFactory(this, Util.getUserAgent(this, "mediaPlayerSample"), (TransferListener<? super DataSource>) bandwidthMeter);
error: type TransferListener does not take parameters

>

https://github.com/google/ExoPlayer/issues/5475#issuecomment-460962608

 

Compilation problem when updating from 2.8.4 to 2.9 · Issue #5475 · google/ExoPlayer

Hello, I trying to update my exo project from 2.8.4 to 2.9. I changing my compile option (compile 'com.google.android.exoplayer:exoplayer:2.9.0'), adding targetCompatibility JavaVersion.VER...

github.com

 

반응형

End User License Agreement (EULA)

EULA (End User License Agreement)는 소프트웨어 응용 프로그램 작성자 또는 게시자와 해당 응용 프로그램 사용자 간의 법적 계약입니다. "소프트웨어 라이센스"라고도하는 EULA는 임대 계약과 유사합니다. 사용자는 소프트웨어 사용 권한에 대한 비용을 지불하고 소프트웨어 작성자 또는 게시자가 EULA에 명시된 모든 제한 사항을 준수 할 것을 약속합니다. 사용자는 응용 프로그램 패키지에서 수축 포장을 열고 CD 케이스의 봉인을 끊고, 카드를 소프트웨어 게시자에게 다시 보내고, 응용 프로그램을 설치하고, 다운로드 가능한 파일을 실행하여 EULA의 조건을 "수락"한다고 표시해야합니다. 파일을 사용하거나 단순히 응용 프로그램을 사용하여 사용자는 소프트웨어 제품을 반환하여 환불을 받거나 설치 중에 EULA에 동의하라는 메시지가 표시되면 "동의하지 않음"을 클릭하여 계약을 거부 할 수 있습니다.

 

Guideline 3.1.2 - Business - Payments - Subscriptions

We noticed that your app did not fully meet the terms and conditions for auto-renewing subscriptions, as specified in Schedule 2, section 3.8(b) of the Paid Applications agreement.

App Store Information
We were unable to find all of the required information within your metadata.

We were unable to find a link to your Terms of Use in either the app description or EULA field of App Store Connect.

Next Steps

To resolve this issue, please revise your app to include this missing information. If the above information is in your app, please reply to this message in Resolution Center to provide details on where to locate it. Please ensure that the Terms of Use link is included in both the metadata (the app description or EULA field of App Store Connect) and in the app binary.

Resources

The Apple Developer website includes detailed resources on how to offer auto-renewable subscriptions in your app. You can learn more about creating a positive onboarding experience for your customers in the Subscriptions Human Interface Guidelines.

 

해결

스토어 리젝이었는데, 개인정보처리방침 내용을 기입하면 된다.  

혹은, Apple EULA를 사용한다고 하고 작성하고 제출! 

반응형

+ Recent posts