Brennan Stehling
Brennan Stehling
@iThink32 There seems to be something else happening. Make sure to run your app with the Main Thread Checker enabled. When I have observed long delays it was from running...
I've prepared a sample project with 2 versions to observe uploads. The first uses the Amplify library and the other uses Transfer Utility directly from the SDK. I am using...
@AdiPomelo I created an example of how to support multiple build variants previously which I have now shared here on GitHub. * [BetaProd](https://github.com/brennanMKE/BetaProd) Normally Amplify and the AWS SDK just...
I also get an error at `lib/errors.ts:43:8`. It looks identical to the issue above. ``` Unhandled Rejection (Error): Callout is not defined w lib/errors.ts:43:8 40 | */ 41 | const...
> This might be caused due to the fact that the iOS simulator uses a cooperative thread pool size of 1. Using test expectations is then blocking this one thread...
@FranzBusch What is causing the iOS simulator to have a thread pool size of 1? I do not see `LIBDISPATCH_COOPERATIVE_POOL_STRICT` set anywhere in the package.
I've revised the implementation of the test support to correct some logic bugs and also extended XCTestCase so functions can be used inline so code changes which deviate from XCTest...
https://github.com/krzysztofzablocki/Sourcery/issues/202#issuecomment-289862478 Look into [SwiftGen](https://github.com/SwiftGen/SwiftGen).
@garygriswold Sorry we have not responded to this issue in a while. I've looked through our Objective-C and Swift SDKs for any mentions of `s3ForcePathStyle` and there is not any....
Actually, I was just given this issue which is the feature which supports this option for the Swift SDK. https://github.com/awslabs/aws-sdk-swift/pull/607