Skip to content

Commit

Permalink
Added a comment to the import
Browse files Browse the repository at this point in the history
  • Loading branch information
oldalton committed Sep 12, 2018
1 parent ba7654f commit a12ac29
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ADAL/src/ADAL.pch
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
#import <AppKit/AppKit.h>
#endif

/*
If you're seeing a failure on this line, it's likely that you're consuming ADAL through CocoaPods or as a submodule

If you're using CocoaPods:

- Make sure you add the ":submodules => true" to your pod file, e.g.

pod 'ADAL', '~> 2.7', :submodules => true

If you're using submodules:

- When you update submodules, make sure you use "--recursive"
*/

#import "IdentityCore_Internal.h"
#import "ADAL_Internal.h"

Expand Down

0 comments on commit a12ac29

Please sign in to comment.