View PureSwiftUI-Xc11.4-SwiftCompiler-Crasher.swift
// Third Example | |
import PureSwiftUI | |
struct PrimaryButtonStyle: ButtonStyle { | |
func makeBody(configuration: Configuration) -> some View { | |
configuration.label | |
} | |
View BTXInteract.apib
FORMAT: 1A | |
HOST: https://test.btxinteract.com/api/ | |
# BTX Interact | |
NOTE: The iOS networking stack will automatically cache content based on the HTTP caching headers. | |
It is important that these are sent to the client correctly. | |
Click on each of the requests to view the HTTP headers that need to be sent. |
View thing.sql
DELETE FROM Customers | |
WHERE CustomerName='Alfreds Futterkiste' AND ContactName='Maria Anders'; |
View Beacons.txt
E2C56DB5-DFFB-48D2-B060-D0F5A71096E0 20 5 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 80 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 71 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 70 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 65 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 69 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 68 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 66 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 72 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 73 |
View pod update
Bretts-iMac:Pazzle brettbest$ /Users/brettbest/.gem/ruby/2.0.0/bin/pod update --verbose | |
Update all pods | |
Preparing | |
Analyzing dependencies | |
Inspecting targets to integrate | |
dyld: warning, LC_RPATH @executable_path/../../../../../../../SharedFrameworks in /Applications/Xcode 7.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/../../..//DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation being ignored in restricted program because of @executable_path | |
dyld: warning, LC_RPATH @executable_path/../lib in /Applications/Xcode 7.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../../../Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib being ignored in restricted program because of @executable_path | |
dyld: warning, LC_RPATH @executable_path/../lib in /Applications/Xcode 7.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../../../Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib being ignored in restricted program because of @e |
View UITest Error
(void *) $0 = 0x00007fb079e06c40 | |
2015-09-16 23:41:58.390 XCTRunner[69393:10712775] INFO: Reveal Server started (Protocol Version 18). | |
2015-09-16 23:41:58.392 XCTRunner[69393:10712775] Running tests... | |
2015-09-16 23:41:58.392 XCTRunner[69393:10712775] Looking for test bundles in /Users/brettbest/Library/Developer/CoreSimulator/Devices/CC75A4B3-0E78-411D-9F19-D77D56BD7F83/data/Containers/Bundle/Application/DEBE0667-DABF-4828-BE20-AF95719E5391/Pazzle iOS UITests-Runner.app/PlugIns | |
2015-09-16 23:41:58.392 XCTRunner[69393:10712775] Found test bundle at /Users/brettbest/Library/Developer/CoreSimulator/Devices/CC75A4B3-0E78-411D-9F19-D77D56BD7F83/data/Containers/Bundle/Application/DEBE0667-DABF-4828-BE20-AF95719E5391/Pazzle iOS UITests-Runner.app/PlugIns/Pazzle iOS UITests.xctest | |
2015-09-16 23:41:58.393 XCTRunner[69393:10712775] Looking for configurations in /Users/brettbest/Library/Developer/CoreSimulator/Devices/CC75A4B3-0E78-411D-9F19-D77D56BD7F83/data/Containers/Bundle/Application/DEBE0667-DABF-4828-BE20-AF9571 |