Code Monkey home page Code Monkey logo

lookin's People

Contributors

harryzjm avatar hughkli avatar kevinlzh1108 avatar starfelix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lookin's Issues

有计划支持visionOS吗

目前Xcode中不支持查看visionOS的层级结构,visionOS也一样使用UIKit,有适配的可能嘛

iOS17上,图片渲染会崩溃,UIGraphicsBeginImageContext的适配会修改吗

在CALayer+LookinServer文件的渲染图像的方法上,比如lks_groupScreenshotWithLowQuality方法,会出现crash

Thread 1: "UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={1.7976931348623157e+308, 1.7976931348623157e+308}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert."

更新到1.0.1后经常崩溃

M1 Pro 12.2.1
更新到最新版后很容易崩溃,复现路径是一直点击同一个View,直至它最深的子view显示出来,如果这时候有两个以上的子view,来回点击基本必崩.
跑了源码发现是某种情况下class为空导致,添加判空逻辑后没有崩过.希望作者百忙之中能早日修复这个问题
image

macOS app support?

Impressive! Any chance we could have support for debugging macOS apps?

一些诉求

哈喽,感谢作者大大的无私奉献精神,工具很好用,会一直关注支持💪🏻💪🏻💪🏻
之前给你发过邮件,感谢耐心解答👏🏻👏🏻👏🏻

在此有一些诉求,

  • 希望恢复提供手动植入Lookin.Framework
  • 色弱模式,针对选中的控件,颜色加深(这对我们色乳群体相当有必要,因为存在色觉差😭😭😭)

另外我找到了,打包xcframework相关指令,如下

xcodebuild -create-xcframework -framework a.framework -framework b.framework -output xxxx.xcframework

关于调试台

目前的调试台只支持ui框架下的对象的调试,对于非ui对象不能进行调试。
image

所以,我的问题是,这个功能目前不支持么,如果支持有什么开关或者使用教程么;如果不支持,这个有计划支持么。

关于 lookin 客户端崩溃

电脑信息: M2 Ventura 13.4,Xcode 14.1
情况描述:在未运行导入了 lookin 的项目时,lookin 客户端可正常运行并在桌面上展示“找不到你的app?”的界面。但在运行项目之后 lookin 就崩溃了。

iOS 16.1 Crash

image

A necessary crash occurred on the iOS 16 system, xcode: 14.1

Device: iPhone 14 Pro Max. iPhone 14 Pro, iPhone 13 Mini will crash

很多变量是没有对象名称的。

image
很多变量是没有对象名称的,对象是通过如下代码定义:

lazy var nameLab = UILabel()
lazy var avatarIV = UIImageView()
lazy var bubbleBgIV = UIImageView()
lazy var contentBgView = UIView()
lazy var indicator = UIActivityIndicatorView.init(activityIndicatorStyle: .gray)
lazy var failIcon = UIImageView(image: UIImage(named: "message_send_failed"))

请问这有办法解决吗

homebrew install failed

Error: SHA256 mismatch

 brew install --cask lookin

==> Downloading https://cdn.lookin.work/release/Lookin-1-0-1.zip
Already downloaded: /Users/Zero/Library/Caches/Homebrew/downloads/bcbb381207e705e61fadcf43e9e26a8c151649c20db1782d16ee6b8475be1cf3--Lookin-1-0-1.zip
Error: SHA256 mismatch
Expected: 59368d8cd30e52e1852c79dce8bde02014d5bd282ae6306d0efed176e581a719
  Actual: 7932c8f7dce671170f464e6ecd5daa0eff847e31838e3570d308e46638e00670
    File: /Users/Zero/Library/Caches/Homebrew/downloads/bcbb381207e705e61fadcf43e9e26a8c151649c20db1782d16ee6b8475be1cf3--Lookin-1-0-1.zip
To retry an incomplete download, remove the file above.

The view with a transform is displayed incorrectly in Lookin

image

I would like to express my gratitude to the developers of Lookin. It has been immensely helpful for iOS development. Without this tool, iOS development would be like a never-ending night. I hope this issue can be resolved to enhance the usage of Lookin for development purposes. Thank you.

无侵入模拟器断点接入功能是取消了吗?

我记得之前有个在模拟器运行时,打断点就可以使用lookin的功能,现在我看官网和文档都没了,我在m1电脑上使用这个断点也不生效了,是把这个功能取消了吗?我觉得这个功能很棒啊。

需要兼容一下 Xcode 15 和 iOS 17

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.'

使用 UIGraphicsBeginImageContext 生成图片时,size 不能输入 0,0

Can you update the dependency of LookinShared to remote on the release branch?

Can you update the dependency of LookinShared to remote on the release branch?
I want to modify the source,but I found that the dependency of LookinShared is commented, and the brach is not a certain one.
You can update it to a commit or one specified release branch.

https://github.com/hughkli/Lookin/blob/Release_1.0.6/Podfile#L11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.