GithubHelp home page GithubHelp logo

testingwithfrank / frank Goto Github PK

View Code? Open in Web Editor NEW
214.0 16.0 57.0 71.18 MB

Automated acceptance tests for native iOS apps

Home Page: http://testingwithfrank.github.io/

License: Apache License 2.0

Ruby 24.52% Objective-C 72.29% C 0.06% Gherkin 2.95% HTML 0.18%

frank's Introduction

What is Frank?

Frank is 'Selenium for native iOS apps'. It allows you to write automated acceptance tests which verify the functionality of your native iOS app.

Learn More

The Frank website is your best resource. You'll find documentation, screencasts, video recordings of presentations, and links to further resources.

Getting Started

Getting started is easy. You just need to install a ruby gem, create a new target for your app in XCode, and start writing cucumber tests.

Building from source

After cloning the repo on github, run git submodule update --init --recursive to pull in the 3rd party submodules Frank uses, and then run rake to build the Frank library. You can also build the library using XCode.

Contributions welcome!

We're always happy to accept documentation improvements, bug fixes and new features. Please fork this repo and send a pull request. Feedback, suggestions and questions are always most welcome on the mailing list.

frank's People

Contributors

akikoskinen avatar alvarozauber avatar corymsmith avatar danielwellman avatar dhemery avatar dlongmuir avatar drodriguez avatar joemasilotti avatar jonnolen avatar jtomson avatar kotijocki avatar krukow avatar lukeredpath avatar mhaylock avatar michaelbuckley avatar micke avatar moredip avatar nimeacuerdo avatar ohanslik-vendavo avatar olarivain avatar ondrejhanslik avatar pattapong avatar qmfrederik avatar reborg avatar rhgills avatar rickerbh avatar seanoshea avatar sgleadow avatar soutaro avatar ssowonny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

frank's Issues

Build failed

Hi guys,

I can't integrate frank to my project, I ran "frank setup" without problems but, when I ran "frank build" I always getting the same error:

remove Frank/frankified_build
run xcodebuild -xcconfig Frank/frank.xcconfig clean build -workspace "MyProject.xcworkspace/" -scheme "MyProject" -arch i386 -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO DEPLOYMENT_LOCATION=YES DSTROOT="/Users/alcaljos/Projects/MyProject-mobile/Frank/frankified_build" FRANK_LIBRARY_SEARCH_PATHS=""/Users/alcaljos/Projects/MyProject-mobile/Frank"" from "."
Build settings from command line:
ARCHS = i386
DEPLOYMENT_LOCATION = YES
DSTROOT = /Users/alcaljos/Projects/MyProject-mobile/Frank/frankified_build
FRANK_LIBRARY_SEARCH_PATHS = "/Users/alcaljos/Projects/MyProject-mobile/Frank"
ONLY_ACTIVE_ARCH = NO
SDKROOT = iphonesimulator9.2

Build settings from configuration file 'Frank/frank.xcconfig':
FRANK_CORE_LDFLAGS = -all_load -ObjC -framework CFNetwork -framework Security -lShelley -lCocoaAsyncSocket -lCocoaLumberjack -lCocoaHTTPServer -lFrank
FRANK_CORE_MAC_LDFLAGS = -all_load -ObjC -framework CFNetwork -framework Security -lShelleyMac -lCocoaAsyncSocketMac -lCocoaLumberjackMac -lCocoaHTTPServerMac -lFrankMac
FRANK_GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = $(FRANK_CORE_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS)
FRANK_LDFLAGS = $(FRANK_LDFLAGS_$(PLATFORM_NAME))
FRANK_LDFLAGS_iphoneos = $(FRANK_CORE_LDFLAGS)
FRANK_LDFLAGS_iphonesimulator = $(FRANK_LDFLAGS_iphoneos)
FRANK_LDFLAGS_macosx = $(FRANK_CORE_MAC_LDFLAGS)
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = FRANKIFIED
INSTALL_PATH = /./

=== CLEAN TARGET CSNotificationView-CSNotificationView OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.bundle
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.bundle

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/CSNotificationView.bundle
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/CSNotificationView.bundle

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build

=== CLEAN TARGET Charts OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Charts.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Charts.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Charts.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Charts.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/Charts.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/Charts.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/Charts.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/Charts.build

=== CLEAN TARGET AFNetworking OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/AFNetworking.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/AFNetworking.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/AFNetworking.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/AFNetworking.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/AFNetworking.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/AFNetworking.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/AFNetworking.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/AFNetworking.build

=== CLEAN TARGET RKValueTransformers OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RKValueTransformers.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RKValueTransformers.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RKValueTransformers.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RKValueTransformers.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/RKValueTransformers.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/RKValueTransformers.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/RKValueTransformers.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/RKValueTransformers.build

=== CLEAN TARGET GPUImage OF PROJECT Pods WITH CONFIGURATION TestDebug ===
Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/GPUImage.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/GPUImage.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/GPUImage.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/GPUImage.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/GPUImage.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/GPUImage.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/GPUImage.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/GPUImage.build

=== CLEAN TARGET MBAutoGrowingTextView OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MBAutoGrowingTextView.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MBAutoGrowingTextView.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MBAutoGrowingTextView.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MBAutoGrowingTextView.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MBAutoGrowingTextView.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MBAutoGrowingTextView.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/MBAutoGrowingTextView.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/MBAutoGrowingTextView.build

=== CLEAN TARGET FontAwesomeIconFactory OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/FontAwesomeIconFactory.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/FontAwesomeIconFactory.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/FontAwesomeIconFactory.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/FontAwesomeIconFactory.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/FontAwesomeIconFactory.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/FontAwesomeIconFactory.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/FontAwesomeIconFactory.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/FontAwesomeIconFactory.build

=== CLEAN TARGET LSWeekView OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/LSWeekView.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/LSWeekView.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/LSWeekView.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/LSWeekView.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/LSWeekView.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/LSWeekView.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/LSWeekView.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/LSWeekView.build

=== CLEAN TARGET MRProgress OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MRProgress.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MRProgress.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MRProgress.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MRProgress.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MRProgress.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MRProgress.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/MRProgress.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/MRProgress.build

=== CLEAN TARGET ISO8601DateFormatterValueTransformer OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/ISO8601DateFormatterValueTransformer.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/ISO8601DateFormatterValueTransformer.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/ISO8601DateFormatterValueTransformer.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/ISO8601DateFormatterValueTransformer.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/ISO8601DateFormatterValueTransformer.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/ISO8601DateFormatterValueTransformer.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/ISO8601DateFormatterValueTransformer.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/ISO8601DateFormatterValueTransformer.build

=== CLEAN TARGET MarqueeLabel OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MarqueeLabel.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MarqueeLabel.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MarqueeLabel.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/MarqueeLabel.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MarqueeLabel.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MarqueeLabel.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/MarqueeLabel.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/MarqueeLabel.build

=== CLEAN TARGET SOCKit OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/SOCKit.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/SOCKit.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/SOCKit.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/SOCKit.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/SOCKit.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/SOCKit.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/SOCKit.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/SOCKit.build

=== CLEAN TARGET TransitionKit OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/TransitionKit.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/TransitionKit.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/TransitionKit.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/TransitionKit.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/TransitionKit.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/TransitionKit.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/TransitionKit.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/TransitionKit.build

=== CLEAN TARGET UIImage-ResizeMagick OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/UIImage_ResizeMagick.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/UIImage_ResizeMagick.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/UIImage_ResizeMagick.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/UIImage_ResizeMagick.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/UIImage_ResizeMagick.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/UIImage_ResizeMagick.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/UIImage-ResizeMagick.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/UIImage-ResizeMagick.build

=== CLEAN TARGET CSNotificationView OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/CSNotificationView.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/CSNotificationView.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView.build

=== CLEAN TARGET VCTransitionsLibrary OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/VCTransitionsLibrary.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/VCTransitionsLibrary.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/VCTransitionsLibrary.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/VCTransitionsLibrary.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/VCTransitionsLibrary.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/VCTransitionsLibrary.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/VCTransitionsLibrary.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/VCTransitionsLibrary.build

=== CLEAN TARGET RestKit OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RestKit.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RestKit.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RestKit.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/RestKit.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/RestKit.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/RestKit.build

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/RestKit.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/RestKit.framework

=== CLEAN TARGET Pods OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Pods.framework
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Pods.framework/Headers

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Pods.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/Pods.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/Pods.framework
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/Pods.framework

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/Pods.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/Pods.build

=== CLEAN TARGET MyProject OF PROJECT MyProject WITH CONFIGURATION TestDebug ===

Check dependencies
[BEROR]No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).
[BEROR]Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “9cb0fe0b-72ad-4ce2-89b2-4b438b761829”, however, no such provisioning profile was found.

Create product structure
/bin/mkdir -p /Users/alcaljos/Projects/MyProject-mobile/Frank/frankified_build/MyProject.app

Clean.Remove clean Frank/frankified_build/MyProject.app
builtin-rm -rf /Users/alcaljos/Projects/MyProject-mobile/Frank/frankified_build/MyProject.app

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MyProject.app
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Products/TestDebug-iphoneos/MyProject.app

Clean.Remove clean /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/MyProject.build/TestDebug-iphoneos/MyProject.build
builtin-rm -rf /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/MyProject.build/TestDebug-iphoneos/MyProject.build

** CLEAN SUCCEEDED **

=== BUILD TARGET AFNetworking OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

=== BUILD TARGET CSNotificationView-CSNotificationView OF PROJECT Pods WITH CONFIGURATION TestDebug ===
Check dependencies

Write auxiliary files
write-file /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build/CSNotificationView.hmap
write-file /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build/CSNotificationView-own-target-headers.hmap
write-file /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build/CSNotificationView-generated-files.hmap
write-file /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build/CSNotificationView-all-target-headers.hmap
write-file /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build/CSNotificationView-project-headers.hmap
write-file /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/Pods.build/TestDebug-iphoneos/CSNotificationView-CSNotificationView.build/CSNotificationView-all-non-framework-target-headers.hmap

Create product structure
/bin/mkdir -p /Users/alcaljos/Library/Developer/Xcode/DerivedData/MyProject-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphoneos/CSNotificationView.bundle

=== BUILD TARGET FontAwesomeIconFactory OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

=== BUILD TARGET GPUImage OF PROJECT Pods WITH CONFIGURATION TestDebug ===
Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

=== BUILD TARGET RKValueTransformers OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

=== BUILD TARGET LSWeekView OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

=== BUILD TARGET MBAutoGrowingTextView OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

=== BUILD TARGET Charts OF PROJECT Pods WITH CONFIGURATION TestDebug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s).

** BUILD FAILED **

The following build commands failed:
Check dependencies
Check dependencies
Check dependencies
Check dependencies
Check dependencies
Check dependencies
Check dependencies
(7 failures)

Thanks in advance!

Alert views not being found

I have a step: Then I should see an alert view titled "Warning"

On moredip/Frank I found:

Then /^I should see an alert view titled "([^\"]*)"$/ do |expected_mark|
  if frankly_os_version.to_f >= 7.0
    values = frankly_map( "view:'_UIModalItemRepresentationView' label", 'text')
  else
    values = frankly_map( 'alertView', 'title')
  end
  values.should include(expected_mark)
end

Which works fine (iOS7), but on TEstingWithFrank/Frank I found:

Then /^I should see an alert view titled "([^\"]*)"$/ do |expected_mark|
  values = frankly_map( 'alertView', 'title')
 values.should include(expected_mark)
end

Which fails. It looks like there are changes being done on modern/Frank which have not made it to TestingWithFrank/Frank.

Can we get this cleaned up or is there something else at play?

http.read_timeout after failing test

I'm trying to resolve an issue around what happens when one of our tests fail.

At the moment, if a test fails, Frank read_timeouts for approximately 120seconds before moving on the next test. From what I can tell this is linked to the default read_timeout (60s) not being overridden in either of the gateway.rb files in frank-cucumber.

frank-cucumber-1.2.2/lib/frank-cucumber/gateway.rb
frank-cucumber-1.2.3/lib/frank-cucumber/gateway.rb

I can override this by setting the read_timeout (http.read_timeout = 1) in both these files, but modifying the gems isn't a route I want to go down as it requires manual changes on a number of machines.

My question essentially, is if everybody else experiences this timeout, or is it something dumb we are doing on our end?

KEYSTROKE_DELAY in KIFTypist.m not long enough when switching keypads

As of iOS 8 and running Frankified apps in the iPad Simulator, the KEYSTROKE_DELAY in KIFTypist.m not long enough when switching keypads. Keys like Shift, or any other of the Modifier Keys, cause the keypad to be redrawn. This redraw takes longer in iOS 8, especially on Retina devices. The result is that the modified key (e.g. '[' or ']') is not actually ready to be touched following the standard inter-key delay defined by KEYSTROKE_DELAY.

I have a solution for this and will issue a PR. The solution is to define a longer MODIFIER_DELAY (double the current KEYSTROKE_DELAY) and to follow each use of a Modifier Key with an additional MODIFIER_DELAY delay. This has been thoroughly tested on my app and has resulted in close to 100% reliability when sending arbitrary sequences of keys that require various modifiers.

type_into_keyboard not working in iOS 9.3

I have this test

Then /^I fill the username "(.*?)"$/ do |username|
touch "view:'UITextFieldLabel' marked:'Colaborator Id'"
sleep 3
puts "#{username}"
type_into_keyboard("#{username}")
end

and never type anything in the keyboard

Is Frank dead?

MichaelBuckley authored on Jun 13

Seems like Frank is not a good choice to be prepared for the future, is it?

frank launch: no suitable image found

When I try to run the frank launch command, I see the error:

WARN: Unresolved specs during Gem::Specification.reset:
cucumber (>= 0)
rspec (>= 2.0)
rack (~> 1.4)
tilt (>= 1.3.4, > 1.3)
i18n (>= 0)
json (>= 0)
thor (>= 0)
rake (>= 0)
activesupport (
> 3.0)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
LAUNCHING APP...
Using installed ios-sim at /usr/local/bin/ios-sim
2014-04-05 14:11:49.899 osascript[1938:507] Error loading /Library/ScriptingAdditions/XMail.osax/Contents/MacOS/XMail: dlopen(/Library/ScriptingAdditions/XMail.osax/Contents/MacOS/XMail, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/XMail.osax/Contents/MacOS/XMail: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/XMail.osax" declares no loadable handlers.
sh: line 1: 1940 Trace/BPT trap: 5 /usr/local/bin/ios-sim "showsdks" 2>&1
sh: line 1: 1943 Trace/BPT trap: 5 /usr/local/bin/ios-sim "launch" "/Users/code/my-app/Frank/frankified_build/Frankified.app" "--sdk" "" "--family" "iphone" "--exit" 2>&1

Feature Request Multiple Window Support

If your app has more than 1 Window, you can only see the views attached to the mainWindow.

It would be nice if we could also see any other windows that are attached. (e.g. Windows shared via AirPlay).

Problem setting up Frank

I've run these commands and get a linker error at the end. I'm fairly new to iOS and totally new to FRank, so I was wondering if you had any insight. The same error appears on multiple of my projects.

➜  ribotapp git:(test_ios) frank setup
      create  Frank
      create  Frank/features/my_first.feature
      create  Frank/features/step_definitions/launch_steps.rb
      create  Frank/features/support/env.rb
      create  Frank/frank_static_resources.bundle/ViewAttributeMapping.plist
      create  Frank/frank_static_resources.bundle/ViewAttributeMappingMac.plist
      create  Frank/frank_static_resources.bundle/images/ajax-loader.gif
      create  Frank/frank_static_resources.bundle/images/file.gif
      create  Frank/frank_static_resources.bundle/images/folder-closed.gif
      create  Frank/frank_static_resources.bundle/images/folder.gif
      create  Frank/frank_static_resources.bundle/images/loader.gif
      create  Frank/frank_static_resources.bundle/images/loader.png
      create  Frank/frank_static_resources.bundle/images/minus.gif
      create  Frank/frank_static_resources.bundle/images/plus.gif
      create  Frank/frank_static_resources.bundle/images/treeview-black-line.gif
      create  Frank/frank_static_resources.bundle/images/treeview-black.gif
      create  Frank/frank_static_resources.bundle/images/treeview-default-line.gif
      create  Frank/frank_static_resources.bundle/images/treeview-default.gif
      create  Frank/frank_static_resources.bundle/images/treeview-famfamfam-line.gif
      create  Frank/frank_static_resources.bundle/images/treeview-famfamfam.gif
      create  Frank/frank_static_resources.bundle/images/treeview-gray-line.gif
      create  Frank/frank_static_resources.bundle/images/treeview-gray.gif
      create  Frank/frank_static_resources.bundle/images/treeview-red-line.gif
      create  Frank/frank_static_resources.bundle/images/treeview-red.gif
      create  Frank/frank_static_resources.bundle/index.html
      create  Frank/frank_static_resources.bundle/index.html.haml
      create  Frank/frank_static_resources.bundle/js/accessible_views_view.coffee
      create  Frank/frank_static_resources.bundle/js/accessible_views_view.js
      create  Frank/frank_static_resources.bundle/js/controller.coffee
      create  Frank/frank_static_resources.bundle/js/controller.js
      create  Frank/frank_static_resources.bundle/js/details_view.coffee
      create  Frank/frank_static_resources.bundle/js/details_view.js
      create  Frank/frank_static_resources.bundle/js/dropdown_control.coffee
      create  Frank/frank_static_resources.bundle/js/dropdown_control.js
      create  Frank/frank_static_resources.bundle/js/ersatz_model.coffee
      create  Frank/frank_static_resources.bundle/js/ersatz_model.js
      create  Frank/frank_static_resources.bundle/js/ersatz_view.coffee
      create  Frank/frank_static_resources.bundle/js/ersatz_view.js
      create  Frank/frank_static_resources.bundle/js/experiment_bar_model.coffee
      create  Frank/frank_static_resources.bundle/js/experiment_bar_model.js
      create  Frank/frank_static_resources.bundle/js/experiment_bar_view.coffee
      create  Frank/frank_static_resources.bundle/js/experiment_bar_view.js
      create  Frank/frank_static_resources.bundle/js/frank.coffee
      create  Frank/frank_static_resources.bundle/js/frank.js
      create  Frank/frank_static_resources.bundle/js/lib/backbone.js
      create  Frank/frank_static_resources.bundle/js/lib/coffee-script.js
      create  Frank/frank_static_resources.bundle/js/lib/jquery-ui.min.js
      create  Frank/frank_static_resources.bundle/js/lib/jquery.min.js
      create  Frank/frank_static_resources.bundle/js/lib/jquery.treeview.js
      create  Frank/frank_static_resources.bundle/js/lib/json2.js
      create  Frank/frank_static_resources.bundle/js/lib/raphael.js
      create  Frank/frank_static_resources.bundle/js/lib/require.js
      create  Frank/frank_static_resources.bundle/js/lib/underscore.js
      create  Frank/frank_static_resources.bundle/js/main.coffee
      create  Frank/frank_static_resources.bundle/js/main.js
      create  Frank/frank_static_resources.bundle/js/tabs_controller.coffee
      create  Frank/frank_static_resources.bundle/js/tabs_controller.js
      create  Frank/frank_static_resources.bundle/js/toast_controller.coffee
      create  Frank/frank_static_resources.bundle/js/toast_controller.js
      create  Frank/frank_static_resources.bundle/js/transform_stack.coffee
      create  Frank/frank_static_resources.bundle/js/transform_stack.js
      create  Frank/frank_static_resources.bundle/js/tree_view.coffee
      create  Frank/frank_static_resources.bundle/js/tree_view.js
      create  Frank/frank_static_resources.bundle/js/view_hier_model.coffee
      create  Frank/frank_static_resources.bundle/js/view_hier_model.js
      create  Frank/frank_static_resources.bundle/js/view_model.coffee
      create  Frank/frank_static_resources.bundle/js/view_model.js
      create  Frank/frank_static_resources.bundle/pictos/index.html
      create  Frank/frank_static_resources.bundle/pictos/pictos-web.eot
      create  Frank/frank_static_resources.bundle/pictos/pictos-web.svg
      create  Frank/frank_static_resources.bundle/pictos/pictos-web.ttf
      create  Frank/frank_static_resources.bundle/pictos/pictos-web.woff
      create  Frank/frank_static_resources.bundle/pictos/pictos.css
      create  Frank/frank_static_resources.bundle/pictos/pictos_base64.css
      create  Frank/frank_static_resources.bundle/stylesheets/css/symbiote.css
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_elements.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_header.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_inspect_tabs_list_tabs.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_jquery.treeview.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_jqui.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_layout.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_mixins.sass
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_reset.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_selector_test_toolbar.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_solarized.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_typography.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_unicode.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/_z_index.scss
      create  Frank/frank_static_resources.bundle/stylesheets/sass/symbiote.scss
      create  Frank/frankify.xcconfig
      create  Frank/libCocoaAsyncSocket.a
      create  Frank/libCocoaAsyncSocketMac.a
      create  Frank/libCocoaHTTPServer.a
      create  Frank/libCocoaHTTPServerMac.a
      create  Frank/libCocoaLumberjack.a
      create  Frank/libCocoaLumberjackMac.a
      create  Frank/libFrank.a
      create  Frank/libFrankMac.a
      create  Frank/libShelley.a
      create  Frank/libShelleyMac.a
      create  Frank/plugins
I found more than one target in this project. Which is the main app target that you wish to Frankify?

1: ribotapp
2: Acceptance Tests
3: Unit Tests
> 1
Frankifying target [ribotapp] in project ribotapp.xcodeproj

Adding $(inherited) and $(FRANK_LDFLAGS) to your 'Debug' configuration's OTHER_LDFLAGS build setting ...
... OTHER_LDFLAGS is now: ["$(inherited)", "$(FRANK_LDFLAGS)"]

Adding $(inherited) and $(FRANK_LIBRARY_SEARCH_PATHS) to your 'Debug' configuration's LIBRARY_SEARCH_PATHS build setting ...
... LIBRARY_SEARCH_PATHS is now: ["$(inherited)", "$(FRANK_LIBRARY_SEARCH_PATHS)"]
➜  ribotapp git:(test_ios) ✗ frank build
      remove  Frank/frankified_build
         run  xcodebuild -xcconfig Frank/frank.xcconfig clean build  -arch i386 -configuration Debug -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO DEPLOYMENT_LOCATION=YES DSTROOT="/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build" FRANK_LIBRARY_SEARCH_PATHS="\"/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank\""  from "."
Build settings from command line:
    ARCHS = i386
    DEPLOYMENT_LOCATION = YES
    DSTROOT = /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build
    FRANK_LIBRARY_SEARCH_PATHS = "/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank"
    ONLY_ACTIVE_ARCH = NO
    SDKROOT = iphonesimulator7.1

Build settings from configuration file 'Frank/frank.xcconfig':
    FRANK_CORE_LDFLAGS = -all_load -ObjC -framework CFNetwork -framework Security -lShelley -lCocoaAsyncSocket -lCocoaLumberjack -lCocoaHTTPServer -lFrank
    FRANK_CORE_MAC_LDFLAGS = -all_load -ObjC -framework CFNetwork -framework Security -lShelleyMac -lCocoaAsyncSocketMac -lCocoaLumberjackMac -lCocoaHTTPServerMac -lFrankMac
    FRANK_GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = $(FRANK_CORE_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS)
    FRANK_LDFLAGS = $(FRANK_LDFLAGS_$(PLATFORM_NAME))
    FRANK_LDFLAGS_iphoneos = $(FRANK_CORE_LDFLAGS)
    FRANK_LDFLAGS_iphonesimulator = $(FRANK_LDFLAGS_iphoneos)
    FRANK_LDFLAGS_macosx = $(FRANK_CORE_MAC_LDFLAGS)
    GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = FRANKIFIED
    INSTALL_PATH = /./

=== CLEAN TARGET ribotapp OF PROJECT ribotapp WITH CONFIGURATION Debug ===

Check dependencies

Create product structure
/bin/mkdir -p /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build/ribotapp.app

Clean.Remove clean build/Debug-iphonesimulator/ribotapp.app.dSYM
    builtin-rm -rf /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/ribotapp.app.dSYM

Clean.Remove clean build/Debug-iphonesimulator/ribotapp.app
    builtin-rm -rf /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/ribotapp.app

Clean.Remove clean /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.pch
    builtin-rm -rf /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.pch

Clean.Remove clean Frank/frankified_build/ribotapp.app
    builtin-rm -rf /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build/ribotapp.app

Clean.Remove clean build/ribotapp.build/Debug-iphonesimulator/ribotapp.build
    builtin-rm -rf /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build

** CLEAN SUCCEEDED **

=== BUILD TARGET ribotapp OF PROJECT ribotapp WITH CONFIGURATION Debug ===

Check dependencies

Write auxiliary files
/bin/mkdir -p /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp.hmap
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-88A46F1A50CD4E7893DE517B.sh
chmod 0755 /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-88A46F1A50CD4E7893DE517B.sh
/bin/mkdir -p /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev
write-file /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.pch.hash-criteria
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-18344460194853F900974240.sh
chmod 0755 /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-18344460194853F900974240.sh
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-FB4A31E759D242809A73FEA8.sh
chmod 0755 /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-FB4A31E759D242809A73FEA8.sh
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap
/bin/mkdir -p /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386
write-file /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/ribotapp.LinkFileList

Create product structure
/bin/mkdir -p /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build/ribotapp.app

SymLink build/Debug-iphonesimulator/ribotapp.app Frank/frankified_build/ribotapp.app
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /bin/ln -sf /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build/ribotapp.app /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/ribotapp.app

PhaseScriptExecution Check\ Pods\ Manifest.lock build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-88A46F1A50CD4E7893DE517B.sh
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    /bin/sh -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Script-88A46F1A50CD4E7893DE517B.sh

ProcessPCH /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.pch ribotapp/Supporting\ Files/ribotapp-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig --serialize-diagnostics /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.dia -MMD -MT dependencies -MF /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.d -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Supporting\ Files/ribotapp-Prefix.pch -o /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch.pch

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/main.o ribotapp/Supporting\ Files/main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/main.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/main.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Supporting\ Files/main.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/main.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataError.o ribotapp/Library/RADataError.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataError.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataError.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Library/RADataError.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataError.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAStudioViewController.o ribotapp/UI/Controllers/RAStudioViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAStudioViewController.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAStudioViewController.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Controllers/RAStudioViewController.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAStudioViewController.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIColor+Extras.o ribotapp/Utilities/UIColor+Extras.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIColor+Extras.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIColor+Extras.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Utilities/UIColor+Extras.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIColor+Extras.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAAppDelegate.o ribotapp/Application/RAAppDelegate.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAAppDelegate.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAAppDelegate.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Application/RAAppDelegate.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAAppDelegate.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIView+Extras.o ribotapp/Utilities/UIView+Extras.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIView+Extras.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIView+Extras.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Utilities/UIView+Extras.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/UIView+Extras.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateStatistics.o ribotapp/Models/RARipidrateStatistics.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateStatistics.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateStatistics.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Models/RARipidrateStatistics.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateStatistics.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataManager.o ribotapp/Library/RADataManager.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataManager.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataManager.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Library/RADataManager.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RADataManager.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAMeViewController.o ribotapp/UI/Controllers/RAMeViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAMeViewController.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAMeViewController.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Controllers/RAMeViewController.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RAMeViewController.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibot.o ribotapp/Models/RARibot.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibot.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibot.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/Models/RARibot.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibot.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARegisterViewController.o ribotapp/UI/Controllers/RARegisterViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARegisterViewController.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARegisterViewController.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Controllers/RARegisterViewController.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARegisterViewController.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotViewController.o ribotapp/UI/Controllers/RARibotViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotViewController.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotViewController.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Controllers/RARibotViewController.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotViewController.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RATabViewController.o ribotapp/UI/Controllers/RATabViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RATabViewController.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RATabViewController.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Controllers/RATabViewController.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RATabViewController.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotTableViewCell.o ribotapp/UI/Views/RARibotTableViewCell.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotTableViewCell.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotTableViewCell.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Views/RARibotTableViewCell.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARibotTableViewCell.o

CompileC build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateView.o ribotapp/UI/Views/RARipidrateView.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export LANG=en_US.US-ASCII
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=103 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -fmodules -fmodules-ignore-macro=FRANKIFIED -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -DCOCOAPODS=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.1 -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-generated-files.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-own-target-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-all-target-headers.hmap -iquote /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/ribotapp-project-headers.hmap -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator/include -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources/i386 -I/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/DerivedSources -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/KIF -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Mantle -isystem /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Pods/Headers/Pig -include /var/folders/px/wl6m43_12wx5__y9h2cpqrzc0000gn/C/com.apple.DeveloperTools/5.1.1-5B1008/Xcode/SharedPrecompiledHeaders/ribotapp-Prefix-czllumfgcilnnibcozfovecuuxev/ribotapp-Prefix.pch -DFRANKIFIED -MMD -MT dependencies -MF /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateView.d --serialize-diagnostics /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateView.dia -c /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/ribotapp/UI/Views/RARipidrateView.m -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/RARipidrateView.o

Ld Frank/frankified_build/ribotapp.app/ribotapp normal i386
    cd /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp
    export IPHONEOS_DEPLOYMENT_TARGET=7.1
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/apple/bin:/usr/local/bin:/usr/local/share/npm/bin:/Users/apple/apps/pebble-dev/arm-cs-tools/bin:/Users/apple/apps/android-ndk-r9:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/apple/apps/android-sdk/tools:/Users/apple/apps/android-sdk/platform-tools:/usr/local/Cellar/go/1.2/libexec/bin:/Users/apple/go/bin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -L/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -L/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank -F/Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/Debug-iphonesimulator -filelist /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/ribotapp.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -framework Foundation -all_load -ObjC -framework CFNetwork -framework Security -lShelley -lCocoaAsyncSocket -lCocoaLumberjack -lCocoaHTTPServer -lFrank -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.1 -framework CoreGraphics -framework UIKit -framework Foundation -lPods-ribotapp -Xlinker -dependency_info -Xlinker /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/build/ribotapp.build/Debug-iphonesimulator/ribotapp.build/Objects-normal/i386/ribotapp_dependency_info.dat -o /Users/apple/projects/internal/cogs/ribot-app/ios/ribotapp/Frank/frankified_build/ribotapp.app/ribotapp
ld: library not found for -lPods-ribotapp
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** BUILD FAILED **


The following build commands failed:
    Ld Frank/frankified_build/ribotapp.app/ribotapp normal i386
(1 failure)

Can Frank support iOS 10 UI testing?

As I know, Frank use publicAutomation library to simulate user interactions.
While PublicAutomation framework is a wrapper around the private framework used by Apple's UIAutomation tools, since UIAutomation is no longer maintained and supported in XCode 10, So Can Frank support iOS 10 UI testing?
if not, is there any plan to support? thanks.

Crash when converting NSNumber to NSNumber in Operation

We have been experimenting with calling the touchx:y: category method on a UIVIew from the frank console. The command we used was this

frankly_map("view:'RootView'", "touchx:y:", 510, 468)

This would crash out the app. Digging around we saw an error in the console indicating it could not convert an NSNumber to a @.

I think there is a bug in the Operation.h code. The applyToObject: and castNumber:toType:intoBuffer: methods appear to assume that if the passed argument is a NSNumber, then the type on the target method will be a primitive type. However with the touch:y: method the arguments are NSNumber objects. This causes castNumber:toType:intoBuffer: to through an error.

I think some code needs to be added to check that if the target argument type is a NSNumber object, then the passed in NSNumber can just be passed through.

For the moment we are getting around this by adding quotes so that the numbers are seen as strings like this:

frankly_map("view:'RootView'", "touchx:y:", '510', '468')

Feature request - limited expressiveness of default query language

I am evaluating Frank for the purposes to rewrite some UIAutomation tests to be more robust and I noticed that some use cases cannot be expressed because the query language is not expressive enough.

Simple examples:

  1. I want to get all subviews of a view. Not all views in that view, only the direct subviews.

    Use case: I am trying to get section headers from a UITableView ("table")
    Possible solution: Apart from "view: " filter, add a "subview:" filter.

  2. The "index" filter relies on subview ordering which is not reliable (especially in UIScrollView when the ordering can change due to optimizations or UITableView where cells are dynamicaly added/removed), so it can be used only to list elements but not to access a specific element.

    Possible solution: Add sorting filters (e.g. UIAutomation sorts elements by their accessibility frame origin).

  3. Impossible to access modal (presented) controllers, they are added as another "view" in the hierarchy.

    Use case: when a modal controller is displayed, I want to access elements inside it.
    Possible solution: Add a specific filter to access elements inside a modal controller.
    Current workaround: Tampering with ""view:'UIDropShadowView'"

  4. Impossible to access popovers.

    Use case: Popovers are a major use case for all iPad application.
    Possible solution: Add a specific filter to access elements inside a popover.
    Current workaround: Tampering with "view:'_UIPopoverView'"

Mac: Add methods to add and remove children at runtime

This will allow users to add and remove objects to the view hierarchy without subclassing the parent. Some objects, like NSStatusItem, aren't accessible via Cocoa. That is, you can add NSStatusItems to the view hierarchy, but you cannot retrieve them.

This will probably require creating an NSSet* associated object on NSObject, and adding -FEX_addChild: and -FEX_removeChild methods to NSObject. When retrieving the list of Children, Frank will have to query the associated array as well as calling -FEX_children on the object.

Frank not working with latest rspec

I've just tried a fresh install of frank and it will not work with spec 3.0.3. Apparently if I understand everything correctly, respec have deprecated the 'should' function in favor of 'expect'.

Can you guys update front please.

Coordinate mapping inconsistent between tapViewAtPoint and other tap/touch commands

tapViewAtPoint maps the coordinates of the given point like this:

  • (CGPoint) tapView:(UIView *)view atPoint:(CGPoint)point{
    CGPoint tapPoint = [self tapCoordsForView:view atPoint:point];

Whereas other tap/touch methods like longTapViewAtPoint do the coordinate mapping like this:

  • (CGPoint) longTapView:(UIView *)view atPoint:(CGPoint)point forDuration:(NSTimeInterval)duration{
    CGPoint tapPoint = [view convertPoint:point toView:nil];

I don't understand why these mappings are different, nor how anyone else can use them when they don't work correctly for me. When I replace the coordinate mapping in longTapViewATPoint above with a clone of the mapping from tapViewAtPoint:
CGPoint tapPoint = [self tapCoordsForView:view atPoint:point];
then longTapViewAtPoint works correctly.

doubleTapViewAtPoint has the same problem, with the same fix. I've tested both these fixes and am prepared to generate a PR on TestingWithFrank/PublicAutomation to share my fixes. However I suspect that more needs fixing, since there are several other occurrences of the incorrect:
CGPoint tapPoint = [view convertPoint:point toView:nil];
mapping in the code, but in methods that my test cases do not exercise. I haven't touched these yet, until I can be sure that I'm correct in making such a global change to the coordinate mapping.

Operations returning a BOOL broken

Calling a method using frankly_map has an invalid return value when the method returns a BOOL.

Broken by this commit 947f287

The result is that booleans are returned to ruby as integers. Unfortunately, all integers in ruby are false breaking a lot of the test code.

I understand that @encode(BOOL) == @encode(signed char) but I think that BOOL is much more often used as a return value than a signed char.

Build with cocoa pods

Hi all,

I have some random errors when I build with frank an application that is using Cocoapods. The error always is refer to a library from cocoa pods:
The following build commands failed:
Ld /Users/user/Library/Developer/Xcode/DerivedData/MyApp-blicscexcvwmwcegmxbjfaoczwqn/Build/Intermediates/UninstalledProducts/iphonesimulator/RKValueTransformers.framework/RKValueTransformers normal i386

there is my pod file:

Uncomment this line to define a global platform for your project

platform :ios, '6.0'

target 'MyApp' do

end

target 'MyAppTests' do

end

use_frameworks! #needed by swift project

pod 'SSToolkit', '~> 2.0.0'

pod 'MagicalRecord', '~> 2.3.0'

pod 'RestKit', '~> 0.25.0'

pod 'MBProgressHUD', '~> 0.9.1'

pod 'MGSwipeTableCell', '~> 1.4.3'

pod 'FontAwesomeIconFactory', '> 2.1.1'
pod 'MBAutoGrowingTextView', '
> 0.1.0'
pod 'VCTransitionsLibrary', '> 1.5.0'
pod 'MarqueeLabel', '
> 2.3.3'
pod 'Charts', '> 2.1.4'
pod 'MRProgress', '
> 0.8.2'
pod 'UIImage-ResizeMagick', '> 0.0.1'
pod 'GPUImage', '
> 0.1.7'
pod 'CrittercismSDK', '> 5.5.0'
pod 'CSNotificationView', '
> 0.5.4'

pods with local changes

pod 'LSWeekView', :path => 'PodSource/LSWeekView'

frankly_screenshot crashes the app

We have a textfield which we tap on in our cucumber functional test step and so keypad shows up.

we take screenshot after every step (int the after step hook) using this line:

frankly_screenshot("#{screenshot_file}”)

But when we have a number keyboard shown on tapping the textfield, above line crashes the app.

Screenshots works fine with all other cucumber steps , only it crashes at cases where we have number keyboard shown due to tap on text field.

Sample code:

AfterStep do |scenario|
def self.take_screenshot(file_name = "img")
time = Time.now.strftime("%F_%H-%M-%S")
screenshot_file = "Screenshots/" + "#{file_name}-#{time}.png"
frankly_screenshot("#{screenshot_file}")
screenshot_file
end

false pass when simulator rotation broken

The AXAPI AppleScript fails hard when your iOS Simulator isn't running in the English locale. (I'd need menu item "Inicio" of menu item "Hardware" of process "Simulador iOS" for the lookup to work.)

No big surprise there; I can bug report that if you care to do anything about it.

But what is surprising is that I get a flawless pass using the stock "my first feature" when absolutely no rotation has occurred in the simulator:

% cucumber
Feature: 
  As an iOS developer
  I want to have a sample feature file
  So I can see what my next step is in the wonderful world of Frank/Cucumber testing

  Scenario:                                             # features/my_first.feature:6
      Rotating the simulator for demonstration purposes
71:158: execution error: System Events got an error: Can’t get menu item "Home" of menu "Hardware" of menu bar of process "iPhone Simulator". (-1728)
    Given I launch the app                              # features/step_definitions/launch_steps.rb:5
    Given the device is in landscape orientation        # frank-cucumber-1.1.12/lib/frank-cucumber/core_frank_steps.rb:117
    Given the device is in portrait orientation         # frank-cucumber-1.1.12/lib/frank-cucumber/core_frank_steps.rb:117
    Given the device is in landscape orientation        # frank-cucumber-1.1.12/lib/frank-cucumber/core_frank_steps.rb:117
    Given the device is in portrait orientation         # frank-cucumber-1.1.12/lib/frank-cucumber/core_frank_steps.rb:117

1 scenario (1 passed)
5 steps (5 passed)
0m4.602s

It was in portrait the whole time, and the rotation actually failed to work. Shouldn't at least some of those have failed?

Build Frank with Cocoapods

I'm trying build Frank with my xcode app that use Cocoapods.

Setup (frank setup) is ok.

After setup i ran frank build. I get error. After some research i ran:

frank build --workspace my_app.xcworkspace/ --scheme my_app

and result was:

** BUILD FAILED **

The following build commands failed:
    Check dependencies
    Check dependencies
    Check dependencies
    Check dependencies

After another research i have tried to specify architecture. So i tried to build app using:

frank build --workspace my_app.xcworkspace/ --scheme my_app  --arch armv7s

I have tried architecture armv7, armv7s and arm64. Result is always something like this (sometime is error for Alamofire and other pods):

** BUILD FAILED **

The following build commands failed:
    CompileSwiftSources normal armv7s com.apple.xcode.tools.swift.compiler
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/ImageCache.swift
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/ImageDownloader.swift
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/ImageTransition.swift
    CompileSwift normal armv7s /path/Pods/Kingfisher/Kingfisher/KingfisherManager.swift
(5 failures)

After another research i have tried add include of pods to frankify.xcconfig

#include "path/Pods/Target Support Files/Pods/Pods.debug.xcconfig"

which solves nothing.

Does anybody have an idea what am i doing wrong? I am stuck.

Method `element_is_not_hidden` does not work as expected

The helper method element_is_not_hidden(selector) relies on sending message FEX_isVisible to given selector and then it removes all false values from the resulting array. However, due to the issue "Operations returning a BOOL broken" #27 the resulting array contains only numbers (1 or 0) so removing false does not have any effect. In the end, the failing method also affects other helper methods:

check_element_exists_and_is_visible( selector )
check_element_does_not_exist_or_is_not_visible( selector )

This particular issue can be easily fixed without fixing the issue #27. I'll try make up the fix and publish it as pull request.

frank setup/build clobbers existing xcconfig settings

Set up a project and base debug on debug.xcconfig and release on release.xcconfig. Set GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS in both of them.

frank setup then frank build.

Find out the hard way that your xcconfig setup was not respected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.