CAAPIM / Sample-App-MAS-iOS-Login-User-Authentication-And-Authorization

Repo has been moved. Please go to https://github.com/Layer7-Community/Mobile/tree/main/MAG_SDK_Mobile_Apps/iOS
MIT License
0 stars 1 forks source link

Error message on login - The Network host is not currently reachable #2

Closed bizzychamps closed 6 years ago

bizzychamps commented 6 years ago

Any idea why I might be getting this error message? I have set up the Keychain Access Groups and capabilities to match my company name. When I put a breakpoint on MASMAinViewController, In 266, I get the error message error NSError * domain: @"com.ca.MASFoundation.localError:ErrorDomain" - code: 18446744073709550613 0x0000608000253470

BobbyWeber commented 6 years ago

@bizzychamps can you provide a bit more info?

  1. Did you do a pod update first?
  2. Do you have a valid msso_config?

When I follow all the steps on the main readme (https://github.com/CAAPIM/Sample-App-MAS-iOS-Login-User-Authentication-And-Authorization/blob/master/README.md) I do not get any errors.

Please send more info on the steps above and/or a code snippet of exactly what you changed and I will try and replicate that here,

bizzychamps commented 6 years ago

looks like it an xcode update was in order.