You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
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:
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
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: