Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dyld: Library not loaded: @rpath/SSPager.framework/SSPager #3

Closed
Jino0910 opened this issue Sep 14, 2021 · 1 comment
Closed

dyld: Library not loaded: @rpath/SSPager.framework/SSPager #3

Jino0910 opened this issue Sep 14, 2021 · 1 comment

Comments

@Jino0910
Copy link

동작 상세

앱 실행과 함께 런타임 오류 발생

오류 내용

SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
dyld: Library not loaded: @rpath/SSPager.framework/SSPager
  Referenced from: /private/var/containers/Bundle/Application/56C45CC8-A8F6-4AD0-8A79-AD66F8A8E8C2/SSPagerExample.app/SSPagerExample
  Reason: image not found
dyld: launch, loading dependent libraries
DYLD_LIBRARY_PATH=/usr/lib/system/introspection
DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
@9oya
Copy link
Owner

9oya commented Sep 14, 2021

위 오류는 framework embed&sign 관련 오류이며, 수정 후 또 다시 발생되는 아래 오류는 iOS 14.5보다 낮은 버전에서 발생할 수 있는 오류로 확인되었습니다.

2021-09-14 13:53:19.069281+0900 SSPagerExample[17725:11821793] [Assert] negative or zero item sizes are not supported in the flow layout

PR #4 를 확인해 주세요. 감사합니다 :)

@9oya 9oya closed this as completed Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants