Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include of non-modular header inside framework module #16

Open
bennyty opened this issue Oct 4, 2017 · 0 comments
Open

Include of non-modular header inside framework module #16

bennyty opened this issue Oct 4, 2017 · 0 comments

Comments

@bennyty
Copy link

bennyty commented Oct 4, 2017

Hey, I'm running into an issue when trying to install a swift framework into a set of previously obj-c only dependancies.

This looks like a similar problem to project-imas/encrypted-core-data#192). Perhaps it can be solved the same way?

Error:
/Pods/SecureFoundation/SecureFoundation/SecureFoundation.h:14:9: Include of non-modular header inside framework module 'SecureFoundation.SecureFoundation': '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/usr/include/CommonCrypto/CommonCrypto.h'

Podfile:

# Uncomment this line to define a global platform for your project
platform :ios, '9.2'
# Uncomment this line if you're using Swift
use_frameworks!

def shared_pods
	pod 'DateTools'
	pod 'DZNEmptyDataSet'
	pod 'UITextView+Placeholder'
	pod 'FMDB'
	pod 'SQLCipher'
	pod 'EncryptedCoreData', :git => 'https://github.com/project-imas/encrypted-core-data.git'
	pod 'SecureFoundation', :git => 'https://github.com/project-imas/securefoundation.git'
	pod 'SecurityCheck', :git => 'https://github.com/project-imas/security-check.git'
	pod 'CorePlot'
	pod 'EZAudio', '~> 1.1.4'
	pod 'SwiftKeychainWrapper'
end

target 'PROJECTNAME' do
	shared_pods
end

target 'PROJECTNAME Demo' do
	shared_pods
end

target 'PROJECTNAMEUITests' do
    shared_pods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant