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

Realm not compiling in pod version 1.0.0.beta.8 #5197

Closed
royherma opened this issue Apr 25, 2016 · 5 comments
Closed

Realm not compiling in pod version 1.0.0.beta.8 #5197

royherma opened this issue Apr 25, 2016 · 5 comments
Labels
s1:awaiting input Waiting for input from the original author

Comments

@royherma
Copy link

Report

What did you do?

Run pod install

What did you expected to happen?

Expected project to compile and run

What happened instead?

Pod Realm is unable to compile, throwing error realm/util/features.h file not found

Podfile

platform :ios, '9.0'
use_frameworks!

target 'ProjectName' do
  pod 'AFNetworking', '~> 2.6', :inhibit_warnings => true
  pod 'Analytics', '3.0.4-alpha', :inhibit_warnings => true
  pod 'CocoaLumberjack', '2.1.0-beta'
  pod 'Crashlytics', '~> 3.3'
  pod 'Fabric', '~> 1.5'
  pod 'Google/SignIn'
  pod 'Heap', '~> 2.2'
  pod 'Intercom', '~> 2.3'
  pod 'JSQMessagesViewController', '~> 7.2'
  pod 'Mixpanel', '~> 2.9', :inhibit_warnings => true
  pod 'Outbound', '~> 0.1'
  pod 'Realm+JSON', '0.2.14'
  pod 'SDWebImage', '~> 3.7', :inhibit_warnings => true
  pod 'SevenSwitch', '~> 1.4'
  pod 'SimpleKeychain', '~> 0.7.0'
  pod 'TSMessages', '~> 0.9', :inhibit_warnings => true
  pod 'XLForm', '~> 3.0', :inhibit_warnings => true
  pod 'SimpleKeychain', '~> 0.7.0'
  pod 'UITextView+Placeholder', '~> 1.1.1'
  pod 'ChameleonFramework', '~> 2.1.0' , :inhibit_warnings => true
  pod 'Segment-Amplitude'

  #Outlook
  pod 'ADALiOS', '~> 1.2.1'
  pod 'Office365/Outlook', '= 0.9.1'
  pod 'Office365/Discovery', '= 0.9.1'

end
@segiddins
Copy link
Member

@mrackwitz any interest?

@mrackwitz
Copy link
Member

Hey @royherma, have you tried to nuke derived data and build completely clean from scratch?

@royherma
Copy link
Author

@mrackwitz yep, ran pod deintegrate || rm -rf Pods followed by pod install

@mrackwitz
Copy link
Member

@royherma: Have you tried to clear the CocoaPods cache by pod cache clean?

@mrackwitz mrackwitz added the s1:awaiting input Waiting for input from the original author label May 13, 2016
@mrackwitz
Copy link
Member

I'm going to close this issue for now as you didn't came back with further info and I'm unable to reproduce it. If it should persist or re-appear for you or anyone else, please feel free to open an issue over at the realm-cocoa repository and I'll do my best to assist you there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s1:awaiting input Waiting for input from the original author
Projects
None yet
Development

No branches or pull requests

3 participants