skip to Main Content

When a press RUN of a Swift code on vscode it show me this error: – Ios swift

And I have downloaded swift from official website and I have checked it path in Environment variables [Running] swift "x:1. OtherTESTtest.swift" <module-includes>:1:10: note: in file included from <module-includes>:1: #include "AssertionReporting.h" C:LibraryDeveloperPlatformsWindows. platformDeveloperSDKsWindows.sdkusrlibswiftshims/ AssertionReporting.h:16:10: note: in file included from C:LibraryDeveloperPlatformsWindows. platformDeveloperSDKsWindows.sdkusrlibswiftshims/…

VIEW QUESTION

Segmentation fault: 11 (in target 'DKImagePickerController' from project 'Pods') – Ios swift

I'm developing IOS app from flutter. Everything working fine, suddenly I have received error SwiftCodeGeneration normal arm64 (in target 'DKImagePickerController' from project 'Pods') cd /Users/lasthoney/development_project/flutter/workspace/CTRON/ios/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/lasthoney/Library/Developer/Xcode/DerivedData/Runner-ffimvuyezsoasahfibifkngbbnva/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/DKImagePickerController.build/Objects-normal/arm64/DKPopoverViewController.bc -embed-bitcode -target arm64-apple-ios9.0 -Xllvm -aarch64-use-tbi -O -disable-llvm-optzns -module-name DKImagePickerController -o…

VIEW QUESTION
Back To Top
Search