You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When manually installing the latest TwitterKit5 and building an Xcode project, the following error message was displayed.
error: /Users//Documents//TwitterKitTestManual/Twitter-Kit-iOS/TwitterKit.framework/TwitterShareExtensionUIResources.bundle: No such file or directory (in target 'TwitterKitTestManual' from project 'TwitterKitTestManual')
What we know at the moment is that TwitterShareExtensionUIResources.bundle cannot refer to the contents of the bundle.
TwitterKitResources.bundle can refer to the contents of bundle. Even if you look at the bundle in Finder, you cannot see the contents of TwitterShareExtensionUIResources.bundle.
In my old Xcode project using an older version of Twitter Kit iOS (not TwitterKit5), the contents of TwitterShareExtensionUIResources.bundle can be referenced.
I think the error message at build time is due to the incomplete configuration of TwitterShareExtensionUIResources.bundle.
Do you know how to avoid this build error?
Thank you.