This is my test project code.
All the code is Xcode automatically generatd, but I couldn't find the activity code when I used it. help~~~
This is my test project code.
All the code is Xcode automatically generatd, but I couldn't find the activity code when I used it. help~~~
Select bbbbbLiveActivity.swift in the project view, and view its Target Membership in the right-hand panel. If it's not a member of the aaaaaaaaa target it won't be found by code inside the aaaaaaaaa target.
(Also, why the weird names?)
Thanks,The perfect solution.