Post

Replies

Boosts

Views

Activity

Reply to Xcode 14 resources bundle "CODE_SIGNING_ALLOWED" being set to YES
A workaround could be to explicitly specify "CODE_SIGNING_ALLOWED": "NO" for resource bundle targets' build settings.
Replies
Boosts
Views
Activity
Jul ’22
Reply to "JIT session error: Symbols not found" when running swift command-line tool
It seems to be a bug in Swift 5.7. We're using the below workaround xcrun -sdk macosx swiftc YourScript.swift -o YourScript YourScript [your additional arguments]
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Xcode 14 resources bundle "CODE_SIGNING_ALLOWED" being set to YES
Ping. Is anyone else also facing this issue?
Replies
Boosts
Views
Activity
Jul ’22
Reply to Xcode 14 "Provisioning"?
Removing the developer account resolved it but unfortunately, it returned after I resigned into my developer account again :(
Replies
Boosts
Views
Activity
Jul ’22
Reply to App crashes when built using Xcode 14 beta and running on iOS 15.5
Yes, we're facing the same issue. It's mentioned in the known issues though. Swift apps that reference UIContextMenuConfiguration and are compiled with the iOS 16 beta SDK crash on launch when run on a device running an older build. (93505538)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22