BHTwitter icon indicating copy to clipboard operation
BHTwitter copied to clipboard

Latest X app - Error when running actions

Open Harishwarrior opened this issue 11 months ago • 1 comments

X version: 10.78

Run cd /Users/runner/work/BHTwitter/BHTwitter/main
Building BHTwitter project for Rootfull.
==> Cleaning…
> Making clean in libflex…
==> Cleaning…
> Making all for tweak BHTwitter…
==> Preprocessing Tweak.x…
==> Compiling BHDownload/BHDownload.m (arm64)…
==> Compiling BHTBundle/BHTBundle.m (arm64)…
==> Compiling Colours/Colours.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUD.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDAnimation.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDErrorIndicatorView.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDFadeAnimation.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDFadeZoomAnimation.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDImageIndicatorView.m (arm64)…
==> Compiling BHTManager.m (arm64)…
==> Compiling BHDownloadInlineButton.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDIndeterminateIndicatorView.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDIndicatorView.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDPieIndicatorView.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDRingIndicatorView.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDShadow.m (arm64)…
==> Compiling SettingsViewController.m (arm64)…
==> Compiling JGProgressHUD/JGProgressHUDSuccessIndicatorView.m (arm64)…
==> Compiling SAMKeychain/SAMKeychain.m (arm64)…
==> Compiling SAMKeychain/SAMKeychainQuery.m (arm64)…
==> Compiling SAMKeychain/keychain.m (arm64)…
==> Compiling AppIcon/BHAppIconCell.m (arm64)…
==> Compiling SAMKeychain/AuthViewController.m (arm64)…
==> Compiling AppIcon/BHAppIconItem.m (arm64)…
==> Compiling CustomTabBar/BHCustomTabBarItem.m (arm64)…
==> Compiling CustomTabBar/BHCustomTabBarSection.m (arm64)…
==> Compiling AppIcon/BHAppIconViewController.m (arm64)…
==> Compiling CustomTabBar/BHCustomTabBarUtility.m (arm64)…
==> Compiling ThemeColor/BHColorThemeItem.m (arm64)…
==> Compiling CustomTabBar/BHCustomTabBarViewController.m (arm64)…
==> Compiling ThemeColor/BHColorThemeCell.m (arm64)…
==> Compiling ThemeColor/BHColorThemeViewController.m (arm64)…
Tweak.x:554:43: error: use of undeclared identifier 'kUTTypeMovie'
    videoPicker.mediaTypes = @[(NSString*)kUTTypeMovie];
                                          ^
Tweak.x:663:27: warning: assigning to 'T1StatusCell *__strong' from incompatible type 'id<TTACoreStatusViewEventHandler>'
                tweetView = [(T1StandardStatusView *)actionsView.superview eventHandler];
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tweak.x:665:27: warning: assigning to 'T1StatusCell *__strong' from incompatible type 'id<TTACoreStatusViewEventHandler>'
                tweetView = [(T1TweetDetailsFocalStatusView *)actionsView.superview eventHandler];
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tweak.x:667:27: warning: assigning to 'T1StatusCell *__strong' from incompatible type 'id<TTACoreStatusViewEventHandler>'
                tweetView = [(T1ConversationFocalStatusView *)actionsView.superview eventHandler];
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tweak.x:6[9](https://github.com/Harishwarrior/BHTwitter/actions/runs/13010237332/job/36286141489#step:11:10)1:40: warning: initializing 'T1StatusInlineActionsView *__strong' with an expression of incompatible type 'id<T1StatusInlineActionButtonDelegate>'
            T1StatusInlineActionsView *actionsView = self.delegate;
                                       ^             ~~~~~~~~~~~~~
Tweak.x:695:27: warning: assigning to 'T1StatusCell *__strong' from incompatible type 'id<TTACoreStatusViewEventHandler>'
                tweetView = [(T1StandardStatusView *)actionsView.superview eventHandler];
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tweak.x:697:27: warning: assigning to 'T1StatusCell *__strong' from incompatible type 'id<TTACoreStatusViewEventHandler>'
                tweetView = [(T1TweetDetailsFocalStatusView *)actionsView.superview eventHandler];
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tweak.x:699:27: warning: assigning to 'T1StatusCell *__strong' from incompatible type 'id<TTACoreStatusViewEventHandler>'
                tweetView = [(T1ConversationFocalStatusView *)actionsView.superview eventHandler];
                          ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings and 1 error generated.
make[3]: *** [/Users/runner/work/BHTwitter/BHTwitter/theos/makefiles/instance/rules.mk:404: /Users/runner/work/BHTwitter/BHTwitter/main/.theos/obj/debug/arm64/Tweak.x.8a041ebc.o] Error 1
==> Compiling Tweak.x (arm64)…
make[2]: *** [/Users/runner/work/BHTwitter/BHTwitter/theos/makefiles/instance/library.mk:52: /Users/runner/work/BHTwitter/BHTwitter/main/.theos/obj/debug/arm64/BHTwitter.dylib] Error 2
make[1]: *** [/Users/runner/work/BHTwitter/BHTwitter/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/Users/runner/work/BHTwitter/BHTwitter/theos/makefiles/master/rules.mk:[14](https://github.com/Harishwarrior/BHTwitter/actions/runs/13010237332/job/36286141489#step:11:15)6: BHTwitter.all.tweak.variables] Error 2
rm /Users/runner/work/BHTwitter/BHTwitter/main/.theos/obj/debug/arm64/Tweak.x.m

Harishwarrior avatar Jan 28 '25 12:01 Harishwarrior

#285 #282 related

Harishwarrior avatar Jan 30 '25 13:01 Harishwarrior

This should be resolved.

actuallyaridan avatar Jul 20 '25 14:07 actuallyaridan