Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

'QBImagePickerController/QBImagePickerController.h' file not found in Xcode7 for architectures arm64, arm7, armv7s, imported via Carthage #203

Open
ASMach opened this issue Nov 6, 2017 · 0 comments

Comments

@ASMach
Copy link

ASMach commented Nov 6, 2017

statement: #import <QBImagePickerController/QBImagePickerController.h>

Expected behavior: project should compile.

Result: 'QBImagePickerController/QBImagePickerController.h' file not found

Details: I have used Carthage to install QBImagePicker into my project and have imported it from Carthage/Build/iOS into my project. I did not copy it into my project directory, and my framework search paths are the following:

$(PROJECT_DIR)/Frameworks
$(PROJECT_DIR)/Carthage/Build/iOS

In Build Phases, I have added QBImagePicker.framework to both the Link Binary with Libraries and Embed Frameworks phases. In Embed Frameworks, the destination is set to Frameworks, no subpath is specified, copy only when installing is set to false, and Code Sign On Copy is set to true. In run script, I have the following:

/usr/local/bin/carthage copy-frameworks

Show environment variables in build log = true
Run script only when installing = false

Input files: $(SRCROOT)/Carthage/Build/iOS/QBImagePicker.framework

I have cleaned my project and deleted the contents of my DerivedData folder and I'm still not able to get my project to recognize QBImagePicker.framework from Carthage or compile.

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