Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
I finally solved the problem. I built binary XCFramework version of AppCenter, AppCenterAnalytics, AppCenterCrashes by myself. After using the XCFrameworks in Package.swift, SwiftUI Preview works properly. .binaryTarget(name: "AppCenter", path: "Carthage/Build/AppCenter.xcframework"), .binaryTarget(name: "AppCenterAnalytics", path: "Carthage/Build/AppCenterAnalytics.xcframework"), .binaryTarget(name: "AppCenterCrashes", path: "Carthage/Build/AppCenterCrashes.xcframework"),
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’22
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Update: Once I removed AppCenter from the project, Previews worked fine. After a series of attempts, I found that the problem only occurs with a specific project structure. // preview not work MyApp - MyLib (swift package) - Lib1 - Lib2 (add Lib1 as dependency) - AppCenterCrashes - AppCenterAnalytics - MainAppTarget (add Lib2 as dependency)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’22
Reply to Previews not supported for watchOS target Widget extension
Ah... I didn't even get the preview of the watch app to work properly.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Unable to open Audio Graph details page on iOS 16
Also, samples and tutorials like these don't work anymore. https://betterprogramming.pub/advanced-audio-graphs-in-swift-e43e048840cd https://swiftwithmajid.com/2019/09/10/accessibility-in-swiftui/
Replies
Boosts
Views
Activity
Sep ’22
Reply to Widget intent configuration generated code has warnings in Xcode 14
Same issue in beta 5 :(. If anyone knows of a compiler flag that suppresses this warning, please let me know. Thanks.
Replies
Boosts
Views
Activity
Aug ’22
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
I finally solved the problem. I built binary XCFramework version of AppCenter, AppCenterAnalytics, AppCenterCrashes by myself. After using the XCFrameworks in Package.swift, SwiftUI Preview works properly. .binaryTarget(name: "AppCenter", path: "Carthage/Build/AppCenter.xcframework"), .binaryTarget(name: "AppCenterAnalytics", path: "Carthage/Build/AppCenterAnalytics.xcframework"), .binaryTarget(name: "AppCenterCrashes", path: "Carthage/Build/AppCenterCrashes.xcframework"),
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Me too. Xcode 14 beta 4 **did not ** fix it for me. Still seeing the issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Confirmed that Xcode 14 beta 3 still reproduces the problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Confirmed that xcode 14 beta 2 still reproduces the problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to SwiftUI Previews in Xcode 14 failed to run with SettingsError: noExecutablePath(IDESwiftPackageStaticLibraryProductBuildable)
Update: Once I removed AppCenter from the project, Previews worked fine. After a series of attempts, I found that the problem only occurs with a specific project structure. // preview not work MyApp - MyLib (swift package) - Lib1 - Lib2 (add Lib1 as dependency) - AppCenterCrashes - AppCenterAnalytics - MainAppTarget (add Lib2 as dependency)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to App Store Connect Subscriptions page fails to load
Still can't edit any IAP item. Received status code 500 error.
Replies
Boosts
Views
Activity
Jun ’22
Reply to Xcode 13.3 App Crashes on Launch
Does this crash only occur on iOS 14?
Replies
Boosts
Views
Activity
Mar ’22
Reply to ITMS-90562: Invalid Bundle with Xcode 13.3 RC
Have you guys tested the app built and uploaded in Xcode 13.3 on iOS 14? Not local testing, but uploading to Connect then downloading and installing via App Store or TestFlight. I found that all my UITests for iOS 14 on Xcode Cloud crashed and failed.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Unable to export for Ad Hoc or Development distribution with Xcode 13.3 RC
This issue is also blocking the Xcode Cloud workflow. The error log is: Export archive for ad-hoc distribution Command exited with non-zero exit-code: 70 Export archive for development distribution Command exited with non-zero exit-code: 70
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Accessibility Inspector or Simulator is broken in Xcode 13.3
Gosh, Xcode 13.3 breaks so many things...
Replies
Boosts
Views
Activity
Mar ’22
Reply to ITMS-90562: Invalid Bundle with Xcode 13.3 RC
Hopefully our friends at Apple will know that we are still waiting for a solution.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode 13.2.1: Crash about swift::Demangle/ResolveAsSymbolicReference when use SwiftUI if-available
I just received a response for FB9816443 from Apple. I haven't tested it yet, but it looks like a viable solution. Add following options to “Other Swift Flags” in the build settings: -Xllvm -sil-disable-pass=alloc-stack-hoisting
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22