Post

Replies

Boosts

Views

Activity

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 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 iPhone14 Pro and UserNotification limits
UP VOTE!!! It took me a long time to realize that there was a limit of 64 notifications. Users were complaining that the notifications they had set up in the app often failed. And the system doesn't seem to crop notifications in a specific order, which makes it harder to find bugs. Btw, although the limit of 64 notifications can be found in the doc, there are no obvious notes on the API when you are coding... and no debug logs or warnings.
Topic: App & System Services SubTopic: Hardware Tags:
Sep ’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 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 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)
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)
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)
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 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 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 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 Xcode Cloud fails on Grant access to SCM step
Same here. When I try to grant submodule access, the App Store Connect page refreshes directly. I can see the 503 error by opening the browser's Inspector.
Replies
Boosts
Views
Activity
Sep ’22
Reply to iPhone14 Pro and UserNotification limits
UP VOTE!!! It took me a long time to realize that there was a limit of 64 notifications. Users were complaining that the notifications they had set up in the app often failed. And the system doesn't seem to crop notifications in a specific order, which makes it harder to find bugs. Btw, although the limit of 64 notifications can be found in the doc, there are no obvious notes on the API when you are coding... and no debug logs or warnings.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Watchos 6 - Independent Watch App - In App Purchases
Still get invalid product id from watchOS 9. Only occur in independent watch apps.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to PassbookUIService crash on Xcode 14 beta 6 causes StoreKit failure
Are there any updates? I still can't call out the IAP panel in the simulator in the Xcode 14 Release.
Replies
Boosts
Views
Activity
Sep ’22
Reply to ScrollViewProxy.scrollTo is broken on iOS 16
Same here. https://developer.apple.com/forums/thread/712890 I reported FB11365422 on 25 Aug. No response yet.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode Cloud is unable to grant access to git submodule
Using Chrome instead of Safari workaround the issue... 😂
Replies
Boosts
Views
Activity
Sep ’22