Realm on iPhone Exception on read

I did a ton of research on the Build Process System. I realized I was just going to have to dig further and invest more time. I had another project that used Realm that was working fine. I next compared all the Build parameters in the Project and felt pretty certain that was not the issue based on that review. I looked at the two errors which centered around not being able to find Realm.framework and RealmSwift.framework in my project but I could see they were there. When I looked in the project and all looked the same in the left hand pane for the Project assets, the Products, the Pods, but one difference in the Frameworks. for some reason the Realm.frame and the RealmSwift.frame work were sitting above the file listed as Pods_projectname.framework. I moved them below the Pods-projectname.framework. I did a clean up with Shift-Cmd-K and then did a Command-B buid. I compiled , linked and built with no errors. Look at the attached notice where the red arrow is. This is the correct position Frameworks to get the Build to work. I have no idea how this was out of whack.