Jump to content

macOS Theos linker command error


Go to solution Solved by bR34Kr,

5 posts in this topic

Recommended Posts

Posted (edited)

Hi friends.  

I am using Macbook Pro 2009 macOS 10.13.6 to compile different projects. I tried compiling the Ted2 menu, just a tweak, the error doesn't change. I tried to do different shenanigans with include folder and c ++ in sdks, but nothing helped. I tried using iOS sdks version data: 11.4, 11.2, 10.3, 9.3

 

When compiling I get the error:

Spoiler

==> Linking tweak ALGPubgM (arm64)…
Undefined symbols for architecture arm64:
  "_AudioServicesCreateSystemSoundID", referenced from:
      -[SCLAlertView setSoundURL:] in SCLAlertView.m.afd3e4fe.o
  "_AudioServicesDisposeSystemSoundID", referenced from:
      -[SCLAlertView setSoundURL:] in SCLAlertView.m.afd3e4fe.o
  "_AudioServicesPlaySystemSound", referenced from:
      -[SCLAlertView setSoundURL:] in SCLAlertView.m.afd3e4fe.o
  "_CGAffineTransformConcat", referenced from:
      ___32-[SCLAlertView slideOutToCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      ___34-[SCLAlertView slideOutFromCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView slideInFromCenter] in SCLAlertView.m.afd3e4fe.o
      ___33-[SCLAlertView slideInFromCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView slideInToCenter] in SCLAlertView.m.afd3e4fe.o
      ___31-[SCLAlertView slideInToCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
  "_CGAffineTransformIdentity", referenced from:
      ___32-[SCLAlertView slideOutToCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      ___34-[SCLAlertView slideOutFromCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView slideInFromCenter] in SCLAlertView.m.afd3e4fe.o
      ___33-[SCLAlertView slideInFromCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView slideInToCenter] in SCLAlertView.m.afd3e4fe.o
      ___31-[SCLAlertView slideInToCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
  "_CGAffineTransformMakeScale", referenced from:
      ___32-[SCLAlertView slideOutToCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      ___34-[SCLAlertView slideOutFromCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView slideInFromCenter] in SCLAlertView.m.afd3e4fe.o
      ___33-[SCLAlertView slideInFromCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView slideInToCenter] in SCLAlertView.m.afd3e4fe.o
      ___31-[SCLAlertView slideInToCenter]_block_invoke in SCLAlertView.m.afd3e4fe.o
  "_CGBitmapContextGetBytesPerRow", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGBitmapContextGetData", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGBitmapContextGetHeight", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGBitmapContextGetWidth", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGColorGetNumberOfComponents", referenced from:
      -[UIImage(ImageEffects) applyTintEffectWithColor:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextClipToMask", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextDrawImage", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextFillRect", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
      +[UIImage(ImageEffects) imageWithColor:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextRestoreGState", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextSaveGState", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextScaleCTM", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextSetFillColorWithColor", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
      +[UIImage(ImageEffects) imageWithColor:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGContextTranslateCTM", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGPointZero", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_CGRectContainsPoint", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
      -[DLGMemUIView handleGesture:] in DLGMemUIView.m.afd3e4fe.o
  "_CGRectGetHeight", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
      -[DLGMemUIView setChainCount:] in DLGMemUIView.m.afd3e4fe.o
  "_CGRectGetMaxX", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
  "_CGRectGetMaxY", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
  "_CGRectGetMinX", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
      -[DLGMemUIView handleGesture:] in DLGMemUIView.m.afd3e4fe.o
  "_CGRectGetMinY", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
      -[DLGMemUIView handleGesture:] in DLGMemUIView.m.afd3e4fe.o
  "_CGRectGetWidth", referenced from:
      -[UIWindow(DLGMemUI) handleGesture:] in UIWindow+DLGMemUI.m.afd3e4fe.o
      -[DLGMemUIView initViews] in DLGMemUIView.m.afd3e4fe.o
      -[DLGMemUIView collapse] in DLGMemUIView.m.afd3e4fe.o
  "_CGRectZero", referenced from:
      -[JXBWKWebViewPool getReusedWebViewForHolder:] in JXBWKWebViewPool.m.afd3e4fe.o
      ___40-[JXBWKWebViewPool _prepareReuseWebView]_block_invoke in JXBWKWebViewPool.m.afd3e4fe.o
  "_NSForegroundColorAttributeName", referenced from:
      -[DLGMemUIView initComparisonSegmentedControl] in DLGMemUIView.m.afd3e4fe.o
      -[DLGMemUIView initUValueTypeSegmentedControl] in DLGMemUIView.m.afd3e4fe.o
      -[DLGMemUIView initSValueTypeSegmentedControl] in DLGMemUIView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIActivityIndicatorView", referenced from:
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIAlertAction", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIAlertController", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIApplication", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      objc-class-ref in DLGMemEntry.m.afd3e4fe.o
      objc-class-ref in DLGMemUI.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      objc-class-ref in UIImage+ImageEffects.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIBarButtonItem", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIBezierPath", referenced from:
      objc-class-ref in SCLAlertViewStyleKit.m.afd3e4fe.o
      objc-class-ref in SCLTimerDisplay.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIButton", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in DLGMemUIViewCell.m.afd3e4fe.o
      _OBJC_CLASS_$_SCLButton in SCLButton.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIColor", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      objc-class-ref in JXBWKWebView.m.afd3e4fe.o
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in DLGMemUIViewCell.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      objc-class-ref in SCLAlertViewStyleKit.m.afd3e4fe.o
      objc-class-ref in SCLButton.m.afd3e4fe.o
      ...
  "_OBJC_CLASS_$_UIControl", referenced from:
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIDevice", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      objc-class-ref in DLGMemEntry.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      objc-class-ref in UIImage+ImageEffects.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIFont", referenced from:
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      objc-class-ref in SCLSwitchView.m.afd3e4fe.o
      objc-class-ref in SCLTimerDisplay.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIImage", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      l_OBJC_$_CATEGORY_UIImage_$_ImageEffects in UIImage+ImageEffects.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIImageView", referenced from:
      objc-class-ref in DLGMemUIViewCell.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UILabel", referenced from:
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in DLGMemUIViewCell.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      objc-class-ref in SCLSwitchView.m.afd3e4fe.o
      objc-class-ref in SCLTimerDisplay.m.afd3e4fe.o
  "_OBJC_CLASS_$_UINavigationController", referenced from:
      l_OBJC_$_CATEGORY_UINavigationController_$_Magical in WKAppManager.m.afd3e4fe.o
      objc-class-ref in DLGMemEntry.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIPanGestureRecognizer", referenced from:
      objc-class-ref in DLGMemUI.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIProgressView", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      l_OBJC_$_CATEGORY_UIProgressView_$_WKWebView in UIProgressView+WKWebView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIScreen", referenced from:
      objc-class-ref in UIWindow+DLGMemUI.m.afd3e4fe.o
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      objc-class-ref in UIImage+ImageEffects.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIScrollView", referenced from:
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UISegmentedControl", referenced from:
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UISwitch", referenced from:
      objc-class-ref in SCLSwitchView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UITabBarController", referenced from:
      objc-class-ref in DLGMemEntry.m.afd3e4fe.o
  "_OBJC_CLASS_$_UITableView", referenced from:
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UITableViewCell", referenced from:
      _OBJC_CLASS_$_DLGMemUIViewCell in DLGMemUIViewCell.m.afd3e4fe.o
  "_OBJC_CLASS_$_UITapGestureRecognizer", referenced from:
      objc-class-ref in DLGMemUI.m.afd3e4fe.o
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UITextField", referenced from:
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in DLGMemUIViewCell.m.afd3e4fe.o
      _OBJC_CLASS_$_SCLTextView in SCLTextView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UITextView", referenced from:
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIView", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      objc-class-ref in UIProgressView+WKWebView.m.afd3e4fe.o
      objc-class-ref in UIWindow+DLGMemUI.m.afd3e4fe.o
      _OBJC_CLASS_$_DLGMemUIView in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in DLGMemUIView.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      _OBJC_CLASS_$_SCLSwitchView in SCLSwitchView.m.afd3e4fe.o
      ...
  "_OBJC_CLASS_$_UIViewController", referenced from:
      objc-class-ref in JXBWebViewController.m.afd3e4fe.o
      _OBJC_CLASS_$_JXBWebViewController in JXBWebViewController.m.afd3e4fe.o
      _OBJC_CLASS_$_JD in DLGMemEntry.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
      _OBJC_CLASS_$_SCLAlertView in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIWebView", referenced from:
      objc-class-ref in WKWebView+SyncUserAgent.m.afd3e4fe.o
  "_OBJC_CLASS_$_UIWindow", referenced from:
      l_OBJC_$_CATEGORY_UIWindow_$_DLGMemUI in UIWindow+DLGMemUI.m.afd3e4fe.o
      objc-class-ref in SCLAlertView.m.afd3e4fe.o
  "_OBJC_CLASS_$_WKUserScript", referenced from:
      objc-class-ref in JXBWKWebView.m.afd3e4fe.o
  "_OBJC_CLASS_$_WKWebView", referenced from:
      l_OBJC_$_CATEGORY_WKWebView_$_AOP in WKWebView+AOP.m.afd3e4fe.o
      _OBJC_CLASS_$_JXBWKWebView in JXBWKWebView.m.afd3e4fe.o
      objc-class-ref in NSURLProtocol+WebKitSupport.m.afd3e4fe.o
      l_OBJC_$_CATEGORY_WKWebView_$_ClearWebCache in WKWebView+ClearWebCache.m.afd3e4fe.o
      l_OBJC_$_CATEGORY_WKWebView_$_CookiesManager in WKWebView+CookiesManager.m.afd3e4fe.o
      l_OBJC_$_CATEGORY_WKWebView_$_ExternalNavigationDelegates in WKWebView+ExternalNavigationDelegates.m.afd3e4fe.o
      l_OBJC_$_CATEGORY_WKWebView_$_SupportProtocol in WKWebView+SupportProtocol.m.afd3e4fe.o
      ...
  "_OBJC_CLASS_$_WKWebsiteDataStore", referenced from:
      objc-class-ref in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_OBJC_METACLASS_$_UIButton", referenced from:
      _OBJC_METACLASS_$_SCLButton in SCLButton.m.afd3e4fe.o
  "_OBJC_METACLASS_$_UITableViewCell", referenced from:
      _OBJC_METACLASS_$_DLGMemUIViewCell in DLGMemUIViewCell.m.afd3e4fe.o
  "_OBJC_METACLASS_$_UITextField", referenced from:
      _OBJC_METACLASS_$_SCLTextView in SCLTextView.m.afd3e4fe.o
  "_OBJC_METACLASS_$_UIView", referenced from:
      _OBJC_METACLASS_$_DLGMemUIView in DLGMemUIView.m.afd3e4fe.o
      _OBJC_METACLASS_$_SCLSwitchView in SCLSwitchView.m.afd3e4fe.o
      _OBJC_METACLASS_$_SCLTimerDisplay in SCLTimerDisplay.m.afd3e4fe.o
  "_OBJC_METACLASS_$_UIViewController", referenced from:
      _OBJC_METACLASS_$_JXBWebViewController in JXBWebViewController.m.afd3e4fe.o
      _OBJC_METACLASS_$_JD in DLGMemEntry.m.afd3e4fe.o
      _OBJC_METACLASS_$_SCLAlertView in SCLAlertView.m.afd3e4fe.o
  "_OBJC_METACLASS_$_WKWebView", referenced from:
      _OBJC_METACLASS_$_JXBWKWebView in JXBWKWebView.m.afd3e4fe.o
  "_SecItemAdd", referenced from:
      +[LRKeychain addKeychainData:forKey:] in LRKeychain.m.afd3e4fe.o
  "_SecItemCopyMatching", referenced from:
      +[LRKeychain getKeychainDataForKey:] in LRKeychain.m.afd3e4fe.o
  "_SecItemDelete", referenced from:
      +[LRKeychain addKeychainData:forKey:] in LRKeychain.m.afd3e4fe.o
      +[LRKeychain deleteKeychainDataForKey:] in LRKeychain.m.afd3e4fe.o
  "_UIAccessibilityTraitStaticText", referenced from:
      -[SCLAlertView setupViewWindowWidth:] in SCLAlertView.m.afd3e4fe.o
  "_UIApplicationDidFinishLaunchingNotification", referenced from:
      +[JXBWKWebViewPool load] in JXBWKWebViewPool.m.afd3e4fe.o
  "_UIApplicationDidReceiveMemoryWarningNotification", referenced from:
      -[JXBWKWebViewPool init] in JXBWKWebViewPool.m.afd3e4fe.o
  "_UIDeviceOrientationDidChangeNotification", referenced from:
      -[JXBWebViewController viewDidAppear:] in JXBWebViewController.m.afd3e4fe.o
      -[JXBWebViewController viewWillDisappear:] in JXBWebViewController.m.afd3e4fe.o
  "_UIEdgeInsetsZero", referenced from:
      -[SCLAlertView setupViewWindowWidth:] in SCLAlertView.m.afd3e4fe.o
  "_UIGraphicsBeginImageContext", referenced from:
      +[UIImage(ImageEffects) imageWithColor:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_UIGraphicsBeginImageContextWithOptions", referenced from:
      +[SCLAlertViewStyleKit imageOfCheckmark] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfCross] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfNotice] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfWarning] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfInfo] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfEdit] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfQuestion] in SCLAlertViewStyleKit.m.afd3e4fe.o
      ...
  "_UIGraphicsEndImageContext", referenced from:
      +[SCLAlertViewStyleKit imageOfCheckmark] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfCross] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfNotice] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfWarning] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfInfo] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfEdit] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfQuestion] in SCLAlertViewStyleKit.m.afd3e4fe.o
      ...
  "_UIGraphicsGetCurrentContext", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
      +[UIImage(ImageEffects) imageWithColor:] in UIImage+ImageEffects.m.afd3e4fe.o
      +[UIImage(ImageEffects) convertViewToImage] in UIImage+ImageEffects.m.afd3e4fe.o
      +[UIImage(ImageEffects) convertViewToImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_UIGraphicsGetImageFromCurrentImageContext", referenced from:
      +[SCLAlertViewStyleKit imageOfCheckmark] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfCross] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfNotice] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfWarning] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfInfo] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfEdit] in SCLAlertViewStyleKit.m.afd3e4fe.o
      +[SCLAlertViewStyleKit imageOfQuestion] in SCLAlertViewStyleKit.m.afd3e4fe.o
      ...
  "_UIKeyboardWillHideNotification", referenced from:
      -[SCLAlertView addObservers] in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView removeObservers] in SCLAlertView.m.afd3e4fe.o
  "_UIKeyboardWillShowNotification", referenced from:
      -[SCLAlertView addObservers] in SCLAlertView.m.afd3e4fe.o
      -[SCLAlertView removeObservers] in SCLAlertView.m.afd3e4fe.o
  "_UIWindowLevelAlert", referenced from:
      -[SCLAlertView setupNewWindow] in SCLAlertView.m.afd3e4fe.o
  "_UIWindowLevelNormal", referenced from:
      -[iosgods getCurrentVC] in DLGMemEntry.m.afd3e4fe.o
  "_WKWebsiteDataTypeCookies", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeDiskCache", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeIndexedDBDatabases", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeLocalStorage", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeMemoryCache", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeOfflineWebApplicationCache", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeSessionStorage", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_WKWebsiteDataTypeWebSQLDatabases", referenced from:
      +[WKWebView(ClearWebCache) clearAllWebCache] in WKWebView+ClearWebCache.m.afd3e4fe.o
  "_kSecAttrAccessible", referenced from:
      +[LRKeychain getKeychainQuery:] in LRKeychain.m.afd3e4fe.o
  "_kSecAttrAccessibleAfterFirstUnlock", referenced from:
      +[LRKeychain getKeychainQuery:] in LRKeychain.m.afd3e4fe.o
  "_kSecAttrAccount", referenced from:
      +[LRKeychain getKeychainQuery:] in LRKeychain.m.afd3e4fe.o
  "_kSecAttrService", referenced from:
      +[LRKeychain getKeychainQuery:] in LRKeychain.m.afd3e4fe.o
  "_kSecClass", referenced from:
      +[LRKeychain getKeychainQuery:] in LRKeychain.m.afd3e4fe.o
  "_kSecClassGenericPassword", referenced from:
      +[LRKeychain getKeychainQuery:] in LRKeychain.m.afd3e4fe.o
  "_kSecMatchLimit", referenced from:
      +[LRKeychain getKeychainDataForKey:] in LRKeychain.m.afd3e4fe.o
  "_kSecMatchLimitOne", referenced from:
      +[LRKeychain getKeychainDataForKey:] in LRKeychain.m.afd3e4fe.o
  "_kSecReturnData", referenced from:
      +[LRKeychain getKeychainDataForKey:] in LRKeychain.m.afd3e4fe.o
  "_kSecValueData", referenced from:
      +[LRKeychain addKeychainData:forKey:] in LRKeychain.m.afd3e4fe.o
  "_vImageBoxConvolve_ARGB8888", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
  "_vImageMatrixMultiply_ARGB8888", referenced from:
      -[UIImage(ImageEffects) applyBlurWithRadius:tintColor:saturationDeltaFactor:maskImage:] in UIImage+ImageEffects.m.afd3e4fe.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/leeksov/algpubgm/.theos/obj/arm64/ALGPubgM.dylib] Error 1
rm /Users/leeksov/algpubgm/.theos/obj/arm64/Tweak.x.m
make[2]: *** [/Users/leeksov/algpubgm/.theos/obj/arm64/ALGPubgM.dylib] Error 2
make[1]: *** [internal-library-all_] Error 2
make: *** [ALGPubgM.all.tweak.variables] Error 2

 

Updated by Laxus
Posted

It’s an issue with SCLAlertView.

Did you import it properly?

Posted
2 hours ago, Rook said:

It’s an issue with SCLAlertView.

Did you import it properly?

Perhaps not, can you clarify how to do it correctly?

  • Solution
Posted

Using the -v option you'll see the call being made to clang and will know the libraries being linked. Either you can add SCLAlertView's files to the FILES Makefile variable so you embed it inside your binary or use the the library and link it using the LIBRARIES Makefile variable iirc.

 

The former should be easier and a reference can be found here:

 

Guest
This topic is now closed to further replies.
  • Our picks

    • Knights & Dragons - RPG v1.72.8 +2
      Modded/Hacked App: Knights & Dragons - RPG By Deca Games EOOD
      Bundle ID: jp.gree.greeapp3179
      iTunes Store Link: https://apps.apple.com/us/app/knights-dragons-rpg/id539793374?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - God Mode (Linked with Enemy PvP)
      - Multiply Attack (PvE Only)

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/153444-knights-dragons-rpg-v1728-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 175 replies
    • Dragons: Rise of Berk v1.95.20 +5 Cheats
      Modded/Hacked App: Dragons: Rise of Berk By Jam City, Inc.
      Bundle ID: com.ludia.dragons
      iTunes Store Link: https://apps.apple.com/us/app/dragons-rise-of-berk/id667461862?uo=4


      Hack Features:
      - Free Shopping (shows original cost but able to purchase regardless)
      - Free Skipping
      - Free Odin's Market Shopping
      - Odin's Market Packs Never Reduce
      - Currency Hack [Spend to Gain - reverts to zero on next launch]
      - Enable Rider's Club


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/79228-dragons-rise-of-berk-v1794-4-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/139612-dragons-rise-of-berk-v1794-6-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 671 replies
    • Cafeland - World Kitchen Cheats v2.45.7 +1
      Modded/Hacked App: Cafeland - World Kitchen by Gamegos Internet Teknolojileri Ltd Sti.
      Bundle ID: com.gamegos.mobile.cafeland
      iTunes Store Link: https://apps.apple.com/us/app/cafeland-world-kitchen/id1147665432?uo=4&at=1010lce4



      Hack Features:
      - Freeze Currencies


      iOS Hack Download Link: https://iosgods.com/topic/100701-arm64-cafeland-world-kitchen-cheats-v2023-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 406 replies
    • My Cafe — Restaurant game Cheats v2025040.3.731 +3
      Modded/Hacked App: My Cafe — Restaurant Game By Melsoft
      Bundle ID: com.Melesta.MyCafe
      iTunes Store Link: https://apps.apple.com/us/app/my-cafe-restaurant-game/id1068204657?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Increase Game Speed
      - No Timer to Buy Energy
      - Custom Dice Value


      Notes:
      - DO NOT BUY VIP FOR OTHER FEATURES, IT HAS BEEN PATCHED AND NO LONGER WORK

       

      Non-Jailbroken Hack: https://iosgods.com/topic/134272-my-cafe-%E2%80%94-restaurant-game-v20250205684-3-cheats/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/130634-my-cafe-%E2%80%94-restaurant-game-cheats-v20250300691-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 653 replies
    • Hollywood Story: Fashion Star Cheats v13.0 +4
      Modded/Hacked App: Hollywood Story®: Fashion Star By Nanobit d.o.o.
      Bundle ID: com.nanobitsoftware.hollywoodstory
      iTunes Store Link: https://apps.apple.com/us/app/hollywood-story-fashion-star/id876656488?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Cash
      - Infinite Gems
      - Infinite Golden Tickets
      - Infinite Stars Point

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/73408-hollywood-story-fashion-star-cheats-v1211-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 784 replies
    • My Talking Angela 2 Cheats v25.1.2 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 110 replies
    • PewDiePie's Tuber Simulator Cheats v2.49.0 +3
      Modded/Hacked App: PewDiePie's Tuber Simulator By Outerminds Inc.
      Bundle ID: com.outerminds.tubular
      iTunes Store Link: https://apps.apple.com/us/app/pewdiepies-tuber-simulator/id1093190533?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Subscriber
      - Infinite Views
      - Infinite Bux

      NOTE: Please complete tutorial first before enabling the hacks otherwise it won't work

      NOTe 2: Please make a youtube video to get some views first (without hack) then before enable infinite views

       

      Non-Jailbroken Hack: https://iosgods.com/topic/86411-pewdiepies-tuber-simulator-v2450-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/86366-pewdiepies-tuber-simulator-cheats-v2460-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,147 replies
    • AdVenture Communist v6.45.0 +2 Cheats
      Modded/Hacked App: AdVenture Communist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecommunist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-communist/id1225683141?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Freeze Currencies
      - Unlimited Cards [Get Some]

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/149902-adventure-communist-v6430-2-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 128 replies
    • Into The Dead 2 Cheats v1.77.2 +11
      Modded/Hacked App: Into the Dead 2 By Prodigy Design Limited T/A Sidhe Interactive
      Bundle ID: com.pikpok.dr2.iosstore
      iTunes Store Link: https://itunes.apple.com/us/app/into-the-dead-2/id1151220243?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Ammo
      - No Reload
      - One Shot Kill
      - Infinite Grenade
      - No Grenade Cooldown
      - Insane Explotion Radius after Throw Grenade
      - No Collision (God Mode)
      - Infinite Stamnia
      - ViP Services
      - Infinite Silver
      - Infinite Gold


      Hack Download Link: https://iosgods.com/topic/73337-arm64-into-the-dead-2-cheats-v1141-11/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,574 replies
    • Nonstop Knight 2 Cheats v3.2.6 +7 [ God Mode & More ]
      Modded/Hacked App: Nonstop Knight 2 - Action RPG By Flaregames GmbH
      Bundle ID: com.koplagames.kopla02
      iTunes Store Link: https://apps.apple.com/us/app/nonstop-knight-2-action-rpg/id1444887980?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - God Mode
      - One Hit Kill
      - Custom Move Speed
      - Custom Attack Speed
      - Custom Attack Range
      - Instant Skill
      - Infinite MP

       

      Non-Jailbroken Hack: https://iosgods.com/topic/99785-nonstop-knight-2-v323-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/99783-nonstop-knight-2-cheats-v324-7-god-mode-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,602 replies
    • Fruit Ninja 2 Cheats v2.45.0 +4
      Modded/Hacked App: Fruit Ninja 2 By Halfbrick
      Bundle ID: com.halfbrick.fruitninjax
      iTunes Store Link: https://apps.apple.com/us/app/fruit-ninja-2/id1330898775?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Free Store
      - All Skins Purchased
      - All Avatars Purchased
      - All Blades Purchased

       

      Non-Jailbroken Hack: https://iosgods.com/topic/136081-fruit-ninja-2-v2450-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/136078-fruit-ninja-2-cheats-v2450-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 413 replies
    • Fruit Ninja Cheats v3.80.0 +4
      Modded/Hacked App: Fruit Ninja® By Halfbrick
      Bundle ID: com.halfbrick.FruitNinjaLite
      iTunes Store Link: https://apps.apple.com/us/app/fruit-ninja/id403858572?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - No Bomb
      - Freeze StarFruits
      - Freeze Frenzy, Double Points in Aracade Mode
      - Infinite Boosters

       

      Non-Jailbroken Hack: https://iosgods.com/topic/86031-fruit-ninja-v3800-jailed-cheats-6/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/85983-fruit-ninja-cheats-v3800-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 455 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines