Sometime during the launch of my app this message appears on my console:
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
This happens after my app delegate’s didFinishLaunchingWithOptions
method finished. Stepping through the debugger lands me in the assembly-style code so I could not locate where I am violating Apple’s new App Transport Security policy.