Following the tutorial here I was told to add the following Frameworks to my Project
- AVFoundation.framework
- CoreData.framework
- CoreLocation.framework
- CoreText.framework
- GLKit.framework
- ImageIO.framework
- libc++.dylib
- libicucore.dylib
- libz.dylib
- OpenGLES.framework
- QuartzCore.framework
- SystemConfiguration.framework
Now I decided to make a brand new project, so I proceeded to do the same thing...
I added the frameworks, they show up in the framework folder like this but the Pods file looks different:
So in one of my projects I added the frameworks and my Linking settings looked like this:
And the other looks like this:
And the same goes for the Pod File in the Frameworks Folder:
I did nothing differently. Why might this happen. Now I get the following error because of this, and can't fix it !!
Any ideas? It works in one project, but not in the other



![enter image description here[4]](https://i.stack.imgur.com/898NI.png)

@inheritedto the linker flags,... this solved a lot of my problems. Now I get the error-bundle_loader can only be used with -bundleand this error happens when the Mach-O Type is set to eitherexecutableorbundle- Greg Peckory