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
source'https://github.com/CocoaPods/Specs.git'platform:osx,'10.10'use_frameworks!defdefault_podspod'AFNetworking','~> 3'pod'FHSegmentedViewController','~> 1.2'pod'MMMaterialDesignSpinner'#more deps.endtarget"IosApp"doplatform:ios,'9.0'�xcodeproj'Project.xcodeproj default_podsendtarget "Tests" do platform :ios, '9.0' xcodeproj 'Project.xcodeprojdefault_podspod"Kiwi"pod"Quick"pod"Nimble"pod"OHHTTPStubs"endtarget"UITests"doplatform:ios,'9.0'xcodeproj'Project.xcodeproj pod "Kiwi" pod "Quick" pod "Nimble" default_podsendtarget "WatchOSApp Extension" do platform :watchos, '2.0' xcodeproj 'Project.xcodeprojendtarget"macosCommandlineApp"doplugin'cocoapods-rome'platform:osx,"10.10"xcodeproj'Project.xcodeproj'pod"Commander","0.5.0"pod"PathKit"endpost_installdo |installer|
installer.pods_project.build_configurations.eachdo |config|
# Configure Pod targets for Xcode 8 compatibility# config.build_settings['SWIFT_VERSION'] = '2.3'config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES']='NO'endendworkspace'BigProject.xcworkspace'
But pod install fails /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Pods.xcodeproj -scheme Pods-IosApp -configuration Release -sdk iphoneos
Any idea how I can get rome to work for my Commandline app?
The text was updated successfully, but these errors were encountered:
I have a kind of complex pod file:
But pod install fails
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Pods.xcodeproj -scheme Pods-IosApp -configuration Release -sdk iphoneos
Any idea how I can get rome to work for my Commandline app?
The text was updated successfully, but these errors were encountered: