Integrate LookinServer via CocoaPods
developTo use the Lookin macOS app for inspecting and modifying views in your iOS app, integrate the LookinServer framework using CocoaPods.
Important Safety Warnings:
- Never integrate
LookinServerin a Release build configuration. It is intended for debugging only. - Do not use versions earlier than
1.0.6due to a critical bug that can cause production incidents.
Use the following configurations in your Podfile:
- For Swift Projects: Use the
Swiftsubspec and restrict it toDebugconfigurations. - For Objective-C Projects: Restrict the pod to
Debugconfigurations.
# Swift Project
pod 'LookinServer', :subspecs => ['Swift'], :configurations => ['Debug']
# Objective-C Project
pod 'LookinServer', :configurations => ['Debug']