-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Test target #484
Merged
Merged
iOS Test target #484
Commits on Jul 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for aa5d916 - Browse repository at this point
Copy the full SHA aa5d916View commit details
Commits on Jul 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0e8da3f - Browse repository at this point
Copy the full SHA 0e8da3fView commit details -
Remove libgit2-iOS target dependency on OpenSSL-iOS
OpenSSL-iOS is still a dependency of the libssh2-iOS target
Configuration menu - View commit details
-
Copy full SHA for c8e012f - Browse repository at this point
Copy the full SHA c8e012fView commit details -
Add a few more specs to iOS Tests target
Those that don't use GTFixtures
Configuration menu - View commit details
-
Copy full SHA for 5146dbc - Browse repository at this point
Copy the full SHA 5146dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1b8c3 - Browse repository at this point
Copy the full SHA fd1b8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e8d28 - Browse repository at this point
Copy the full SHA 84e8d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb22b0 - Browse repository at this point
Copy the full SHA ceb22b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556856f - Browse repository at this point
Copy the full SHA 556856fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1032e0f - Browse repository at this point
Copy the full SHA 1032e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02499f0 - Browse repository at this point
Copy the full SHA 02499f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80f0103 - Browse repository at this point
Copy the full SHA 80f0103View commit details
Commits on Jul 13, 2015
-
Merge branch 'master' into ben/ios-test-target
Ben Chatelain committedJul 13, 2015 Configuration menu - View commit details
-
Copy full SHA for ce17fde - Browse repository at this point
Copy the full SHA ce17fdeView commit details
Commits on Jul 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ecd93b2 - Browse repository at this point
Copy the full SHA ecd93b2View commit details
Commits on Aug 24, 2015
-
Remove extra #import SSZipArchive.h
Ben Chatelain committedAug 24, 2015 Configuration menu - View commit details
-
Copy full SHA for 60547af - Browse repository at this point
Copy the full SHA 60547afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9778f2 - Browse repository at this point
Copy the full SHA b9778f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94971e1 - Browse repository at this point
Copy the full SHA 94971e1View commit details -
Add specific iOS simulator destination
Specifying the destionation works around the following issue with xctool. Can also hard-code the architecture, but this seems more future-proof. ``` Failed to query the list of test cases in the test bundle: 2015-08-24 10:57:11.740 sim[50821:2746840] /Applications/Xcode6.4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/sim: No simulator devices appear to be running. Setting data directories to /var/empty. 2015-08-24 10:57:11.741 sim[50821:2746840] DYLD_INSERT_LIBRARIES contains possible bad values. Caller beware: /usr/local/Cellar/xctool/0.2.4/libexec/lib/otest-query-lib-ios.dylib dlopen(/Volumes/DerivedData/ObjectiveGitFramework-drtqacfhlqybdcdpqayztrrwneun/Build/Products/Debug-iphonesimulator/ObjectiveGit-iOSTests.xctest/ObjectiveGit-iOSTests, 1): Library not loaded: @rpath/ObjectiveGit.framework/ObjectiveGit Referenced from: /Volumes/DerivedData/ObjectiveGitFramework-drtqacfhlqybdcdpqayztrrwneun/Build/Products/Debug-iphonesimulator/ObjectiveGit-iOSTests.xctest/ObjectiveGit-iOSTests Reason: no suitable image found. Did find: /Volumes/DerivedData/ObjectiveGitFramework-drtqacfhlqybdcdpqayztrrwneun/Build/Products/Debug-iphonesimulator/ObjectiveGit.framework/ObjectiveGit: mach-o, but wrong architecture ``` Indeed, the "wrong architecture" message is correct as the framework was built for a different architecture than the test binary: ``` lipo -info ObjectiveGit.framework/ObjectiveGit ObjectiveGit-iOSTests.xctest/ObjectiveGit-iOSTests 2015-08-24 11:03 Non-fat file: ObjectiveGit.framework/ObjectiveGit is architecture: i386 Non-fat file: ObjectiveGit-iOSTests.xctest/ObjectiveGit-iOSTests is architecture: x86_64 ```
Configuration menu - View commit details
-
Copy full SHA for 2712c2a - Browse repository at this point
Copy the full SHA 2712c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f906c - Browse repository at this point
Copy the full SHA 15f906cView commit details
Commits on Aug 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f57aca5 - Browse repository at this point
Copy the full SHA f57aca5View commit details
Commits on Sep 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c9da387 - Browse repository at this point
Copy the full SHA c9da387View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.