Sébastien Stormacq

Results 180 comments of Sébastien Stormacq

Great. I would love to be wrong on this one and to have an opportunity to simplify my code.

@helloniklas Can you try the below ? This is the workaround proposed above. Tested with AWSAppSync 2.15 ```swift func appSyncInit() { do { // You can choose the directory in...

my workaround at the moment is to comment out the `.pluralize()`call at line 19 here https://github.com/aws-amplify/amplify-ios/blob/v1.14.0/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema%2BGraphQL.swift#L19

Hello, same problem here. Downgrading to Xcode 13.4.1 solved the problem. (temporarily, until I will really need Xcode 14) To clarify : issue only appear on command line build (using...

@tomerd here are steps to reproduce on my project ``` ec2-user@ip-172-31-5-66 ~ % uname -a Darwin ip-172-31-5-66.ec2.internal 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:35 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T8101 arm64...

@tomer agreed but I though the Atomic lib build failed to build because of the error in the preceding steps. Building on Xcode 13 worked (not anymore with this project...

@neonichu @tomerd confirming that `xcodebuild -scheme ` works for me. The Docc error messages are not preventing the build to complete. ``` 2022-10-20 05:42:51.642 xcodebuild[81571:6167958] [MT] IDEFileReferenceDebug: [Load] Failed to...

I do not experience that. Commenting on the Amplify related code in the App Delegate `application` method does not solve the problem on my sample project.

Looks like this fixes the issue - thanks @ameter do you know when / if these bug fixes are merged into `dev-preview` banch ?

Never mind - I saw it was already done ! Thanks https://github.com/aws-amplify/amplify-ios/commit/6210a4dfa61584081b71238953a0bc1d614f4cb4