I am trying to update the Refinery CMS gem I have installed on my mac. I am using RVM but don't understand it very well. Here's what happens:
Get-2:~ richardjburton$ gem install refinerycms
Building native extensions. This could take a while...
ERROR: Error installing refinerycms:
ERROR: Failed to build gem native extension.
/Users/richardjburton/.rvm/rubies/ruby-1.9.2-p290/bin/ruby extconf.rb
creating Makefile
make
sh: make: command not found
Any ideas?
This looks like you don't have the OS X developer tools installed. You should try installing XCode. Did you recently upgrade from Snow Leopard to Lion or anything like that? I had a similar issue when I upgraded from Snow Leopard to Lion, I had to download the new version of XCode. If you have the installation discs, it's on the 2nd disc. If not, it's available in the Mac AppStore for free, but its about 4GB, so make sure you have the time to download it.
Related
enter image description hereCurrently what is the problem ruby was preinstalled with MAC M1.
After watching many tutorials I have managed to install ruby using homebrew.
but with homebrew I have manage to install ruby 2.7.6 (which was stable version).
Now, When I init Reactnative project what I do when project file is download and installing dependency I used to change the Gemfile ruby version 2.7.5 -> 2.7.6
And project configure properly.
Should it effect any other error in future?
While working react-native firebase setup on IOS showing issue regarding the 'FlipperKit/FlipperClient.h' file not found
Though I can see the FlipperKit pods an all.
Suggest me does my steps affecting this kind of problem ?
Thanks.
ruby 2.7.6 with homebrew -> now, while installing other things getting error for IOS.
I am using Appcelerator titanium CLI to build ios app. I want to debug the app With Chrome DevTools but it seems like it's not compatible with the version which I have installed currently.
As per ti-inspector documentation, I have installed the node package by the below command.
npm install -g ti-inspector
So, When I tried this into my titanium project directory I am getting this response which is unexpected.
tn-inspector
Unexpected error: undefined
NOTE: titanium version - 5.2.2
Useful GitHub link: https://github.com/omorandi/TiInspector
Need help to understand or mitigate this issue. Thanks in advance!!!.
That repo is 5 years old and might not be compatible with the current SDK. You can use this instruction: https://docs.axway.com/bundle/Appcelerator_Studio_allOS_en/page/debugging_android_apps_with_3rd-party_tools.html to use the internal dev tools connection.
I have installed library using pod file.
used this library
https://github.com/ivpusic/react-native-image-crop-picker
image selection from gallery working fine when I run code from x-code , but got above error when I run 'react-native run-ios'.
Any solution will be helpful.
Reason for this error:
The xcode could find the library in pods you need to install pods in order to make it work on iOS.
try running
pod install
I am using Xcode 7.3.1 on macOS Sierra which I just updated yesterday.
Since I updated, I can't upload any more builds to Testflight; I always get this error message.
ERROR ITMS - 90167 No. app bundles found in the package
I see from research that this problem only happens in the macOS Sierra beta, but I worry it's going to continue through the final release
After a deep search and investigation, I finally decided that there is nothing wrong with our build. There was a problem when uploading our build with Apple iTunes Connect, which is that server denied uploading our build on Xcode 7.3.1 on macOS Sierra. But, uploading with Xcode 8 is working just fine. Just use the Application Loader from Xcode 8 if you are not ready for Migration to Xcode 8, or if some of your project's third party libraries don't support Swift 2.3.
So, how do I pass this?
Simply, just install two version on Xcode: one to continue your development.And one for uploading the submit.
Here is how : https://blogs.oracle.com/mobile/entry/how_to_install_multiple_xcodes
Create an archive from your Xcode 7.3.1 and export an .ipa with with your production profile. Then upload that .ipa via the Xcode 8 Application Loader. This is inside the Xcode app bundle: Xcode.app/Contents/Applications/Application Loader.app
You can also get to it inside of Xcode:
Xcode menu > Open Developer Tools > Application Loader
This is the only solution until Apple fixes it, believe me.
I downloaded iOS7 GM earlier and an the following error appeared when building on simulator and/or device:
Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant BubbleWrap::Device::Camera::KUTTypeMovie (NameError).
What's strange is that I only require bubble-wrap/core in my Rakefile. Also the only functions I use from bubblewrap are BW::JSON and App.Persistence.
If I change the xcode-select path back to xcode4, the app runs again.
Any ideas?
P.S. I have the latest rubymotion and (I think) the latest BubbleWrap (since in the Gemfile, I have the following line, but I'm new to rubymotion/ruby:
gem 'bubble-wrap', :git => 'https://github.com/rubymotion/BubbleWrap.git'
Edit: Also tried requiring bubble-wrap/camera (even if I don't use the camera), updating xcode command line tool.
Seems I was a little bit to hasty. From #rubymotion on Twitter, GM is not supported yet but should be really soon. Meanwhile, a user on the rubymotion google groups post a monkey patch