Jump to content

macOS Theos linker command error


Leeksov
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
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:

 

Link to comment
Share on other sites

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

    • WAR OF THE VISIONS FFBE Cheats v8.6.0 +3 [ Multiply Damage & Defense ]
      Modded/Hacked App: FINAL FANTASY BE:WOTV By SQUARE ENIX Co., Ltd.
      Bundle ID: com.square-enix.WOTVffbeww
      iTunes Store Link: https://apps.apple.com/us/app/final-fantasy-be-wotv/id1484937345?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Full Map Movement


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/173485-final-fantasy-bewotv-v730-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/173483-war-of-the-visions-ffbe-cheats-v740-3-multiply-damage-defense/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 124 replies
    • Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd v7.9.981 Cheats +4
      Modded/Hacked App: Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd
      Bundle ID: com.slash.girl.redfish
      iTunes Store Link: https://apps.apple.com/vn/app/slash-girl-endless-run/id1484766098?uo=4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No die
      - One hit
      - Freeze combo
      - Freeze lighting
        • Informative
        • Thanks
        • Like
      • 3 replies
    • Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd v7.9.981 Cheats +7
      Modded/Hacked App: Slash & Girl - Endless Run By Shenzhen Qingtian IE Technology Co., Ltd
      Bundle ID: com.slash.girl.redfish
      iTunes Store Link: https://apps.apple.com/vn/app/slash-girl-endless-run/id1484766098?uo=4

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).
       

      Hack Features:
      - No die
      - One hit
      - Earn more currencies
      - Custom score
      - Freeze combo
      - Freeze lighting
      - Jump height
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 32 replies
    • Blood Knight : 3D Idle RPG v2.98 Cheats +1
      Modded/Hacked App: Blood Knight : 3D Idle RPG By SUPERBOX. Inc
      Bundle ID: com.superbox.ios.blood
      iTunes Store Link: https://apps.apple.com/us/app/blood-knight-3d-idle-rpg/id6443827240?uo=4

       


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - High damage
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 75 replies
    • Blood Knight : 3D Idle RPG v2.98 Cheats +1
      Modded/Hacked App: Blood Knight : 3D Idle RPG By SUPERBOX. Inc
      Bundle ID: com.superbox.ios.blood
      iTunes Store Link: https://apps.apple.com/us/app/blood-knight-3d-idle-rpg/id6443827240?uo=4

       


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - High damage
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 37 replies
    • [ Dead by Daylight TW ] 黎明死線M - Envoy v1.0.32 +27 Cheats
      Modded/Hacked App: 黎明死線M - Envoy [ Dead by Daylight Mobile TW ] By Envoy Interactive Entertainment Co., Ltd.
      Bundle ID: com.netease.dbdtw
      iTunes Store Link: https://apps.apple.com/tw/app/%E9%BB%8E%E6%98%8E%E6%AD%BB%E7%B7%9Am-envoy/id1504610184?uo=4


      Hack Features:
      - No Skill Check
      - No Killer Attack/Miss Cooldown
      - Custom Speed
      - Killer Location Cham
      - Survivor Location Cham
      - Generator Cham
      - Totems Cham
      - Chest Cham
      - Portal Cham
      - Hatch Cham
      - Hooks Cham
      - Trap Cham
      - Escape Switch Cham
      - Normal Pallet Cham
      - Dream Pallet Cham
      - Lockers Cham
      - Survivor Trap Immunity
      - Instant Window Vault*
      - Instant Destroy Pallets*
      - Instant Pickup Downed Players*
      - Custom FOV
      - Disable Footsteps - use as a survivor.
      - No Nurse Fatigue
      - Instant Nurse Teleport
      - Nurse Teleport Through Anything
      - Better Aim Assist
      - No Heartbeat

      * Under one switch


      iOS Hack Download Link: https://iosgods.com/topic/164639-dead-by-daylight-tw-%E9%BB%8E%E6%98%8E%E6%AD%BB%E7%B7%9Am-envoy-v1024-27-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 95 replies
    • OUTERPLANE - Strategy Anime v1.1.92 Cheats +4
      Modded/Hacked App: OUTERPLANE - Strategy Anime By Smilegate Holdings, Inc.
      Bundle ID: com.smilegate.outerplane.stove.ios
      iTunes Store Link: https://apps.apple.com/us/app/outerplane-strategy-anime/id1630880836?uo=4

       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - God mode
      - OHK
      - Unlimited AP
      - No CD skill
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 69 replies
    • Boomerang RPG v1.0.18 Cheats +3
      Modded/Hacked App: Boomerang RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.boomerang
      iTunes Store Link: https://apps.apple.com/us/app/boomerang-rpg/id6472151756?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - God mode
      - High damage
      - Fast attack
        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 18 replies
    • Boomerang RPG v1.0.18 Cheats +3
      Modded/Hacked App: Boomerang RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.boomerang
      iTunes Store Link: https://apps.apple.com/us/app/boomerang-rpg/id6472151756?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - God mode
      - Fast attack
      - High damage
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 59 replies
    • 菇勇者傳說-送3000抽 v2.0.13 Cheats +2
      Modded/Hacked App: 菇勇者傳說-送3000抽 By JOY MOBILE NETWORK PTE. LTD.
      Bundle ID: com.mxdzz.tw.ios
      iTunes Store Link: https://apps.apple.com/tw/app/%E8%8F%87%E5%8B%87%E8%80%85%E5%82%B3%E8%AA%AA-%E9%80%813000%E6%8A%BD/id6466405648?uo=4

       

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - God mode
      - OHK
        • Informative
        • Haha
        • Winner
        • Like
      • 54 replies
    • BiliBili - HD Anime, Videos v2.81.0 Cheats +4
      Modded/Hacked App: BiliBili - HD Anime, Videos By BALABOOM PTE LTD
      Bundle ID: com.bstar.intl
      iTunes Store Link: https://apps.apple.com/vn/app/bilibili-hd-anime-videos/id1548857482?uo=4

       


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - No ads
      - Minimize watermark
      - Watch 4k
      - Can download 4k
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 101 replies
    • BiliBili - HD Anime, Videos v2.81.0 Cheats +4
      Modded/Hacked App: BiliBili - HD Anime, Videos By BALABOOM PTE LTD
      Bundle ID: com.bstar.intl
      iTunes Store Link: https://apps.apple.com/vn/app/bilibili-hd-anime-videos/id1548857482?uo=4

       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No ads
      - Minimize watermark
      - Watch 4k
      - Can download 4k
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 51 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