Jump to content

macOS Theos linker command error


Go to solution Solved by bR34Kr,

5 posts in this topic

Recommended Posts

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
Link to comment
https://iosgods.com/topic/147347-macos-theos-linker-command-error/
Share on other sites

  • Solution

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

    • Match Jong - Zen Tile Puzzle v2.8.2 +1 Jailed Cheat [ Unlimited Coins ]
      Modded/Hacked App: Match Jong - Zen Tile Puzzle By Sophun Games Ltd
      Bundle ID: com.sophungamesltd.orientile
      iTunes Store Link: https://apps.apple.com/us/app/match-jong-zen-tile-puzzle/id6446582118?uo=4

       
       

      🤩 Hack Features

      - Unlimited Coins -> Earn or spend some.
      • 0 replies
    • Match Jong - Zen Tile Puzzle v2.8.2 +1 Cheat [ Unlimited Coins ]
      Modded/Hacked App: Match Jong - Zen Tile Puzzle By Sophun Games Ltd
      Bundle ID: com.sophungamesltd.orientile
      iTunes Store Link: https://apps.apple.com/us/app/match-jong-zen-tile-puzzle/id6446582118?uo=4

       


      🤩 Hack Features

      - Unlimited Coins -> Earn or spend some.
      • 1 reply
    • Idle Mine Dig: Drill & Collect v1.19.03 +7 [Currency Hack]
      Modded/Hacked App: Idle Mine Dig: Drill & Collect By APPS TEKNOLOJI ANONIM SIRKETI
      Bundle ID: tr.com.apps.drill.and.collect
      iTunes Store Link: https://apps.apple.com/us/app/idle-mine-dig-drill-collect/id1642304873?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 Ads
      - VIP Active
      - Freeze Currency
      - Freeze Pills
      - Freeze Tickets
      - Freeze Tokens
      - All Costumes Unlocked

       

      ⬇️ iOS Hack Download Link


      • 0 replies
    • Idle Mine Dig: Drill & Collect v1.19.03 +7 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Idle Mine Dig: Drill & Collect By APPS TEKNOLOJI ANONIM SIRKETI
      Bundle ID: tr.com.apps.drill.and.collect
      iTunes Store Link: https://apps.apple.com/us/app/idle-mine-dig-drill-collect/id1642304873?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - No Ads
      - VIP Active
      - Freeze Currency
      - Freeze Pills
      - Freeze Tickets
      - Freeze Tokens
      - All Costumes Unlocked

       

      ⬇️ iOS Hack Download IPA Link


      • 0 replies
    • I Am Your Beast v1.0.3 +5 Jailed Cheats [ God Mode ]
      Modded/Hacked App: I Am Your Beast By Frosty Pop Games Inc.
      Bundle ID: com.frostypop.beast
      iTunes Store Link: https://apps.apple.com/us/app/i-am-your-beast/id6473058219?uo=4

       


      🤩 Hack Features

      - God Mode
      - Unlimited Ammo
      - Dumb Enemies
      - Disable Enemy Radio
      - Free In-App Purchases
      • 0 replies
    • I Am Your Beast v1.0.3 +5 Cheats [ God Mode ]
      Modded/Hacked App: I Am Your Beast By Frosty Pop Games Inc.
      Bundle ID: com.frostypop.beast
      iTunes Store Link: https://apps.apple.com/us/app/i-am-your-beast/id6473058219?uo=4

       


      🤩 Hack Features

      - God Mode
      - Unlimited Ammo
      - Dumb Enemies
      - Disable Enemy Radio
      - Free In-App Purchases
        • Haha
      • 3 replies
    • Honkai Impact 3 (SEA) Cheats v8.1.0 +2 [ Multiply Attack & Defense ]
      Modded/Hacked App: Honkai Impact 3 By COGNOSPHERE PTE. LTD.
      Bundle ID: com.miHoYo.bh3oversea
      iTunes Store Link: https://apps.apple.com/ph/app/honkai-impact-3/id1299582178?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

      - Multiply Attack
      - Multiply Defense

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/134285-honkai-impact-3-sea-cheats-v810-2-multiply-attack-defense/
        • Agree
        • Winner
        • Like
      • 492 replies
    • [Puzzles & Dragons JP] パズル&ドラゴンズ v22.0.1 Jailed Cheats +2
      Modded/Hacked App: パズル&ドラゴンズ By GungHo Online Entertainment, INC.
      Bundle ID: jp.gungho.pad
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%83%91%E3%82%BA%E3%83%AB-%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%BA/id493470467?uo=4


      Hack Features:
      - God Mode
      - One Hit Kill


      Jailbreak required hack(s): https://iosgods.com/topic/133984-puzzle-dragons-japan-english-cheats-all-versions-3/


      iOS Hack Download Link: https://iosgods.com/topic/135539-puzzles-dragons-jp-%E3%83%91%E3%82%BA%E3%83%AB%EF%BC%86%E3%83%89%E3%83%A9%E3%82%B4%E3%83%B3%E3%82%BA-v1852-jailed-cheats-2/
        • Like
      • 383 replies
    • Honkai Impact 3rd Cheats v8.1.0 +2 [ Multiply Attack & Defense ]
      Modded/Hacked App: Honkai Impact 3rd By COGNOSPHERE PTE. LTD.
      Bundle ID: com.miHoYo.bh3global
      iTunes Store Link: https://apps.apple.com/us/app/honkai-impact-3rd/id1336342304?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

      - Multiply Attack
      - Multiply Defense

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/134276-honkai-impact-3rd-cheats-v810-2-multiply-attack-defense/
        • Agree
        • Winner
        • Like
      • 620 replies
    • Cat Snack Bar Cheats v1.0.164 +1
      Modded/Hacked App: Cat Snack Bar By treeplla Inc.
      Bundle ID: com.tree.idle.catsnackbar
      iTunes Store Link: https://apps.apple.com/us/app/cat-snack-bar/id6443895159?uo=4


      Hack Features:
      - Freeze Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/170232-cat-snack-bar-v1036-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/170233-cat-snack-bar-cheats-v1036-1/
        • Informative
      • 72 replies
    • My Cafe — Restaurant game Cheats v2025020.4.681 +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&at=1010lce4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Unlimited Gems
      - VIP Level 7 (probably visual)


      Notes:
      - To get unlimited gems, just get some gems from the customers.
      - If you purchase using gems from certain places like the VIP Store, it will cause you to restart the game
      - If you have "a lot" gems, you can turn off cheats to see if it works without the hax.
      - "a lot" means a lot of gems 

      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 639 replies
    • Monster Legends: Collect all Cheats v17.8 +8
      Modded/Hacked App: Monster Legends: Merge RPG By Socialpoint
      Bundle ID: es.socialpoint.MonsterCity
      iTunes Store Link: https://apps.apple.com/us/app/monster-legends-merge-rpg/id653508448?uo=4

       

      📌 Mod Requirements

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

       

      🤩 Hack Features

      - 1 Hit Kill
      - Skip Enemy Turn
      - Multiply Attack
      - Multiply Defense
      - Insane Score (Always 3 Stars)
      - No Skill Cost
      - Auto Win
      - Auto Play Battle Enabled for All Maps


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/topic/140543-monster-legends-collect-all-v1778-5-cheats-for-jailed-idevices/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/176914-monster-legends-collect-all-cheats-v1779-8/
        • Agree
        • Haha
        • Winner
        • Like
      • 311 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