awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to plu/pxctest

Open-source alternatives to Pxctest

16 open-source projects similar to plu/pxctest, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pxctest alternative.

  • answer-huang/dsymtoolsAvatar answer-huang

    answer-huang/dSYMTools

    3,474Vezi pe GitHub↗

    #更新: ###Version 1.0.5 2016-11-28 1.支持拖入 dSYM 文件。 ###Version 1.0.4 2016-11-08 1.使用 Objective-C 重写应用。 2.建议都使用此版本。 ###Version 1.0.3 2015-05-16 1.解决文件路径中不能包含空格的 bug。

    C
    Vezi pe GitHub↗3,474
  • bugtags/bugtags-iosAvatar bugtags

    bugtags/Bugtags-iOS

    93Vezi pe GitHub↗

    Bugtags for iOS, reports bugs and their diagnosis information in one step, detects crashes automatically. Improve your apps anywhere, anytime.

    Objective-C
    Vezi pe GitHub↗93
  • chenfanfang/avoidcrashAvatar chenfanfang

    chenfanfang/AvoidCrash

    1,644Vezi pe GitHub↗

    This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.

    Objective-C
    Vezi pe GitHub↗1,644
  • cocoalumberjack/cocoalumberjackAvatar CocoaLumberjack

    CocoaLumberjack/CocoaLumberjack

    13,327Vezi pe GitHub↗

    CocoaLumberjack is a logging framework designed for Apple platforms, providing a system for capturing, filtering, and managing diagnostic messages within mobile and desktop applications. It serves as a tool for monitoring software health and troubleshooting runtime issues by recording application events across various severity levels. The framework utilizes a modular architecture that allows developers to define custom log levels and route diagnostic output to multiple concurrent destinations, including the system console, local files, and remote servers. It incorporates an asynchronous pipel

    Objective-Ccarthagecocoalumberjackcocoapods
    Vezi pe GitHub↗13,327

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • coneboy-k/kklogAvatar Coneboy-k

    Coneboy-k/KKLog

    136Vezi pe GitHub↗

    A Open source Log System for OC

    Objective-C
    Vezi pe GitHub↗136
  • czechboy0/buildasaurAvatar czechboy0

    czechboy0/Buildasaur

    772Vezi pe GitHub↗

    Buildasaur

    Swift
    Vezi pe GitHub↗772
  • facebook/chiselAvatar facebook

    facebook/chisel

    9,179Vezi pe GitHub↗

    Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili

    Python
    Vezi pe GitHub↗9,179
  • facebook/fbmemoryprofilerAvatar facebook

    facebook/FBMemoryProfiler

    3,385Vezi pe GitHub↗

    An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector.

    Objective-C
    Vezi pe GitHub↗3,385
  • facebook/xctoolAvatar facebook

    facebook/xctool

    6,868Vezi pe GitHub↗

    xctool is a command line wrapper for xcodebuild designed for iOS and macOS continuous integration. It functions as a parallel test runner, build log processor, and report generator to automate the build and test pipeline for Apple platforms. The tool distributes test bundles across multiple CPU cores to reduce execution time and provides the ability to run targeted subsets of tests by filtering for specific schemes, classes, or methods. It simplifies build management by allowing command line arguments to be persisted and loaded from JSON configuration files. It transforms verbose build logs

    Objective-C
    Vezi pe GitHub↗6,868
  • fastlane/fastlaneAvatar fastlane

    fastlane/fastlane

    41,703Vezi pe GitHub↗

    fastlane is a mobile DevOps framework and release automation tool designed to coordinate the building, signing, and distribution of iOS and Android applications. It functions as a build orchestrator and distribution manager that automates the delivery of mobile apps to app stores and testing environments. The project distinguishes itself through a plugin-based extension model that allows for custom action sets and a specialized system for managing developer resources. It automates the synchronization of code signing certificates and provisioning profiles and handles secure account authenticat

    Rubyandroidappsautomation
    Vezi pe GitHub↗41,703
  • flipboard/flexAvatar Flipboard

    Flipboard/FLEX

    14,610Vezi pe GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    Vezi pe GitHub↗14,610
  • kif-framework/kifAvatar kif-framework

    kif-framework/KIF

    6,243Vezi pe GitHub↗

    KIF is a functional testing framework and UI automation tool for iOS. It enables the simulation of user interactions and the verification of application states by driving interface components through their defined accessibility attributes. The framework utilizes an actor-pattern action wrapper to group reusable interaction sequences and allows the definition of custom, high-level test steps through a method-extension action library. It performs in-process interface driving, interacting with the application directly within the same process to execute actions and validate view states. The tool

    Objective-C
    Vezi pe GitHub↗6,243
  • kstenerud/kscrashAvatar kstenerud

    kstenerud/KSCrash

    4,462Vezi pe GitHub↗

    KSCrash is a C++ crash reporting library and remote reporting framework designed to capture application crashes and signals. It functions as an async-safe crash reporter that traps exceptions and deadlocks to ensure reports are generated during critical failures. The system includes a memory diagnostics tool for tracking memory pressure and identifying zombie objects to diagnose memory-related terminations. It also features a symbol demangling tool that converts mangled C++ and Swift function names into human-readable strings for stack trace analysis. The project provides comprehensive monit

    Objective-C
    Vezi pe GitHub↗4,462
  • quick/quickAvatar Quick

    Quick/Quick

    9,830Vezi pe GitHub↗

    Quick is a behavior-driven development framework and testing tool for Swift and Objective-C. It functions as both a testing framework and an assertion library, providing the structures necessary to write and run automated tests. The project focuses on organizing test suites into nested, human-readable requirements to define expected software behavior. This approach allows developers to structure tests in a descriptive format that translates technical requirements into readable specifications. The framework covers functional validation and quality assurance for Apple platform development. It

    Swiftbddcarthagecocoapods
    Vezi pe GitHub↗9,830
  • ruiaaperes/uiviewcontroller-swizzledAvatar RuiAAPeres

    RuiAAPeres/UIViewController-Swizzled

    839Vezi pe GitHub↗

    UIViewController+Swizzled ⚠️ I am no longer supporting this lib. :) ⚠️

    Objective-C
    Vezi pe GitHub↗839
  • tapwork/heapinspector-for-iosAvatar tapwork

    tapwork/HeapInspector-for-iOS

    1,896Vezi pe GitHub↗

    Find memory issues & leaks in your iOS app without instruments

    Objective-Callocationsarcbacktrace
    Vezi pe GitHub↗1,896