Skip to content

Commit

Permalink
Fix build on cocoapods by specifying the correct location for the Coc…
Browse files Browse the repository at this point in the history
…oaWithLove exception helper libraries
  • Loading branch information
younata committed Dec 21, 2023
1 parent bc03342 commit cd3c9eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Nimble/Nimble.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
#import <Nimble/DSL.h>

#if TARGET_OS_OSX || TARGET_OS_IOS
#if COCOAPODS
#import <CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.h>
#import <CwlCatchExceptionSupport/CwlCatchException.h>
#else
#import "CwlMachBadInstructionHandler.h"
#import "CwlCatchException.h"
#endif
#endif

FOUNDATION_EXPORT double NimbleVersionNumber;
FOUNDATION_EXPORT const unsigned char NimbleVersionString[];

0 comments on commit cd3c9eb

Please sign in to comment.