Widget not show in widget library in my testFlight Version with Xcode beta3

Today I Archived testFlight to test my widget
But my widget did not appeared in widget library so i can not add it to my device screen

I have changed Api already
Code Block
IntentConfiguration(kind: kind, intent: Intent.self, provider: Provider()) { entry in
            EntryView(entry: entry)
}


Is there a bug with this scene?

Replies

Hey JerryLiu, updating the IntentConfiguration initializer also requires implementing placeholder(with:) in your IntentTimelineProvider. Can you double check that you have that method implemented? If not, are you getting any crash logs or error messages in the debugger console? Thanks!
Yes I have implement placeholder(with: Context) func

I checked Xcode Orangizer extension crash and I found a crash with widget

OP, you are not alone. This is a TestFlight bug. See this thread: https://developer.apple.com/forums/thread/655393?page=1#623170022