Depending on the option you used to integrate Reveal with your project, please follow the relevant guide below to remove the Reveal Server framework from your project.
Once the framework has been successfully removed, the following line should no longer be logged in Xcode's console upon starting your app:
INFO: Reveal Server started (Protocol Version X).
-weak_framework RevealServer
-ObjC
and -lz
(check that these are only required by Reveal).loadReveal
/ startReveal
methods from your code.Remove the following line from your Podfile
:
pod 'Reveal-SDK', :configurations => ['Debug']
Run pod install
in your project directory.
Reveal-SDK
was the only pod in your Podfile
, please follow these instructions to completely remove CocoaPods from your project.If you have added a build phase to your project to enable the Reveal Xcode Breakpoint to work on device, simply remove that build phase, clean the build folder and delete the app from your device before running it again.
If you would also like to stop Reveal from loading in the Simulator, disable or delete the UIApplicationMain
breakpoint containing the reveal load
command from Xcode's Breakpoint Navigator. Please note that this will affect all your apps if the breakpoint was in the User section of Breakpoint Navigator.