The error is:
"Your target is built for iOS but contains embedded content built for the iOS platform (NotificationService.appex), which is not allowed."
It went well before Xcode11.4 (it means <= Xcode11.3) and
I've tried to create a new project contains two targets, one is main app and one is NotificationService Extension, it passed the build phase.
I've tried to remove the NotificationService.appex from project, then it went well.
What went wrong?
Why the old project was stuck?
Are there any solutions, please?
"Your target is built for iOS but contains embedded content built for the iOS platform (NotificationService.appex), which is not allowed."
It went well before Xcode11.4 (it means <= Xcode11.3) and
I've tried to create a new project contains two targets, one is main app and one is NotificationService Extension, it passed the build phase.
I've tried to remove the NotificationService.appex from project, then it went well.
What went wrong?
Why the old project was stuck?
Are there any solutions, please?