-
Notifications
You must be signed in to change notification settings - Fork 64
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
Space character in project path is not supported (was: lipo failure with Xcode 9) #59
Comments
Hi Quentin, I did try to reproduce your problem with I don't know why you don't receive such error. I think that output of Here is my Stack
Installation Source
Plugins
Podfileplugin 'cocoapods-rome'
target :Dependencies do
platform :ios, '8.0'
pod 'Alamofire', '~> 4.5.1'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.2'
end
end
end Also here is my
And
|
Thanks for your return. So here is my Stack
Installation Source
Plugins
Podfileplatform :ios, '9.0'
plugin 'cocoapods-rome'
target 'Rementis' do
pod 'Alamofire', '~> 4.5.1'
end
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.2'
end
end
end |
I tried after an Xcode update to 9.1 and same result. I attached output of If you have any idea of what I can check, please let me know. |
I think that renaming |
Good old "space in path"... Thanks for the tip. |
Hi,
Since I installed Xcode 9, I have a problème when running
pod install
. With Xcode 8 it worked (but I have not had to add the post_install hook). Here is the output:System:
XCode 9 Version 9.0.1 (9A1004)
Cocoapod 1.4.0.beta.2
Plugin Rome 0.8.0
And my Podfile:
Regards,
Quentin
The text was updated successfully, but these errors were encountered: