Questions tagged [xcode11.6]

5 questions
7
votes
2 answers

How do I install a newer swift-tools-version?

I'm attempting to create a new Swift package for the first time. According to this Apple documentation, to create a package with bundled resources I need to be using swift-tools-version:5.3 however my system defaults to swift-tools-version:5.2. I've…
pinglock
  • 982
  • 2
  • 12
  • 30
4
votes
1 answer

React Native app, does not show in iPhone setting app

I am new to react native, When I run the iOS project from Xcode, it is installed successfully. However, I am not able to see my app in the setting app of the iPhone. Xcode Version - 11.6 iphone version - 13.7 Although I am getting following error…
ketaki Damale
  • 634
  • 7
  • 25
1
vote
0 answers

Xcode 11.6 having error while importing custom framework: Module compiled with Swift 5.3 cannot be imported by the Swift 5.2.4

Module compiled with Swift 5.3 cannot be imported by the Swift 5.2.4 compiler: /Users/myMac/Desktop/SampleAdopter_1/SampleAdopter_1/Custom.framework/Modules/Custom.swiftmodule/armv7-apple-ios.swiftmodule We are creating a custom framework using CI…
hd007
  • 11
  • 3
1
vote
1 answer

Objective-C runtime differs in PCH file and SwiftShims errors in macOS Catalina 10.15.6, Xcode 11.6, Mac Catalyst app

When building for macOS Catalina 10.15.6 using Xcode 11.6, two errors occur: :0: error: target Objective-C runtime differs in PCH file vs. current file :0: error: missing required module 'SwiftShims' These are repeated across all…
sketchyTech
  • 5,746
  • 1
  • 33
  • 56
0
votes
1 answer

Is there any way to save file on AWS server(without S3)

I want to save/upload file on Amazon server. Our web team already do this process, They are using path like : C:\XYZProject\Homescreen\10_03_2020_Hello.xlsx Can any one help me how to save like the above path on amazon server using Swift 5…
Pintu Rajput
  • 621
  • 2
  • 8
  • 23