Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

EILRequestFetchPublicLocations NSInvalidArgumentException #26

Open
mimminito opened this issue Jan 11, 2018 · 0 comments
Open

EILRequestFetchPublicLocations NSInvalidArgumentException #26

mimminito opened this issue Jan 11, 2018 · 0 comments

Comments

@mimminito
Copy link

mimminito commented Jan 11, 2018

When trying to request all public locations I get an NSInvalidArgumentException. Code is as follows:

EILRequestFetchPublicLocations *fetchLocationsRequest = [[EILRequestFetchPublicLocations alloc] init];
[fetchLocationsRequest sendRequestWithCompletion:^(NSArray<EILLocation *> * _Nullable locations, NSError * _Nullable error) {
        if(!error) {
            
        }
        else {
            
        }
}];
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant