Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest X app - Error when running actions #295

Open
Harishwarrior opened this issue Jan 28, 2025 · 1 comment
Open

Latest X app - Error when running actions #295

Harishwarrior opened this issue Jan 28, 2025 · 1 comment

Comments

@Harishwarrior
Copy link

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
Copy link
Author

Harishwarrior commented Jan 30, 2025

#285
#282
related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant