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

    • Hero Dungeon: Cube Action RPG v1.1.16 [+3 Cheats]
      Modded/Hacked App: Hero Dungeon: Cube Action RPG By Egor Iurchenko
      Bundle ID: com.jtg.battleknight
      iTunes Store Link: https://apps.apple.com/us/app/hero-dungeon-cube-action-rpg/id6476866516?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Items
      - Unlimited Currency
        • Winner
      • 0 replies
    • Hero Dungeon: Cube Action RPG v1.1.16 [+3 Jailed Cheats]
      Modded/Hacked App: Hero Dungeon: Cube Action RPG By Egor Iurchenko
      Bundle ID: com.jtg.battleknight
      iTunes Store Link: https://apps.apple.com/us/app/hero-dungeon-cube-action-rpg/id6476866516?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Items
      - Unlimited Currency
      • 0 replies
    • Margonem Adventures v1.14.1 [+3 Jailed Cheats]
      Modded/Hacked App: Margonem Adventures By GARMORY sp. z o.o. sp. k.
      Bundle ID: pl.Garmory.MargonemAdventures
      iTunes Store Link: https://apps.apple.com/us/app/margonem-adventures/id6444410609?uo=4

       

      🤩 Hack Features

      - Enemy Can't Move
      - Enemy Can't Attack
      - Unlimited Mana
        • Like
      • 8 replies
    • Margonem Adventures v1.14.1 [+3 Cheats]
      Modded/Hacked App: Margonem Adventures By GARMORY sp. z o.o. sp. k.
      Bundle ID: pl.Garmory.MargonemAdventures
      iTunes Store Link: https://apps.apple.com/us/app/margonem-adventures/id6444410609?uo=4



      🤩 Hack Features

      - Enemy Can't Move
      - Enemy Can't Attack
      - Unlimited Mana
        • Agree
        • Like
      • 4 replies
    • (Jujutsu Kaisen: Phantom Parade) 呪術廻戦 ファントムパレード v2.2.2 +5 Jailed Cheats
      Modded/Hacked App: 呪術廻戦 ファントムパレード By Sumzap Inc.
      Bundle ID: jp.co.sumzap.pj0014
      iTunes Store Link: https://apps.apple.com/jp/app/%E5%91%AA%E8%A1%93%E5%BB%BB%E6%88%A6-%E3%83%95%E3%82%A1%E3%83%B3%E3%83%88%E3%83%A0%E3%83%91%E3%83%AC%E3%83%BC%E3%83%89/id1551798277?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:
      - Damage Multiplier
      - Defense Multiplier
      - Unlimited BP
      - Unlimited EN
      - Special Skill Always Active


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please 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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 173 replies
    • (Jujutsu Kaisen: Phantom Parade) 呪術廻戦 ファントムパレード v2.2.2 +5 Cheats
      Modded/Hacked App: 呪術廻戦 ファントムパレード By Sumzap Inc.
      Bundle ID: jp.co.sumzap.pj0014
      iTunes Store Link: https://apps.apple.com/jp/app/%E5%91%AA%E8%A1%93%E5%BB%BB%E6%88%A6-%E3%83%95%E3%82%A1%E3%83%B3%E3%83%88%E3%83%A0%E3%83%91%E3%83%AC%E3%83%BC%E3%83%89/id1551798277?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:
      - Damage Multiplier
      - Defense Multiplier
      - Unlimited BP
      - Unlimited EN
      - Special Skill Always Active


      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. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: 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 & Answers 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, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 100 replies
    • Ninja Must Die v1.0.83 +2 Jailed Cheats
      Modded/Hacked App: Ninja Must Die By Pandada Games Limited
      Bundle ID: com.pandadagames.ninja.global
      iTunes Store Link: https://apps.apple.com/us/app/ninja-must-die/id1628517224?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:
      - Never Die
      - Unlimited Jumps


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please 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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Like
      • 33 replies
    • Ninja Must Die v1.0.83 +2 Cheats
      Modded/Hacked App: Ninja Must Die By Pandada Games Limited
      Bundle ID: com.pandadagames.ninja.global
      iTunes Store Link: https://apps.apple.com/us/app/ninja-must-die/id1628517224?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:
      - God Mode 
      - No Cooldown on Skill


      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. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: 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 & Answers 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, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - K_K


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 83 replies
    • Skullgirls Fighting RPG V7.1.3 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:

      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
        • Thanks
        • Winner
        • Like
      • 14 replies
    • Skullgirls Fighting RPG V7.1.3 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:
      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 108 replies
    • (Isekai & Isekai) 異世界 異世界 ~次はどの作品を、集めよう~ v1.5.1 +2 Jailed Cheats
      Modded/Hacked App: 異世界 異世界 ~次はどの作品を、集めよう~ By COLOPL, Inc.
      Bundle ID: jp.colopl.isekai
      iTunes Store Link: https://apps.apple.com/jp/app/%E7%95%B0%E4%B8%96%E7%95%8C-%E7%95%B0%E4%B8%96%E7%95%8C-%E6%AC%A1%E3%81%AF%E3%81%A9%E3%81%AE%E4%BD%9C%E5%93%81%E3%82%92-%E9%9B%86%E3%82%81%E3%82%88%E3%81%86/id6468440641?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

      - Damage Multiplier
      - Defense Multiplier


      🍏 Jailbreak iOS hacks: 

       

      📥 iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue 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

      - AlyssaX64

       

      🎥 Cheat Video/Screenshots

      N/A
        • Thanks
        • Winner
        • Like
      • 19 replies
    • Cryptogram Word Brain Puzzle v2.7.0 [ +4 Cheats ] Auto Win
      Modded/Hacked App: Cryptogram: Word Brain Puzzle By Joyteractive Limited
      Bundle ID: com.puzzle.cryptogram
      iTunes Store Link: https://apps.apple.com/us/app/cryptogram-word-brain-puzzle/id1644099880?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:
      - Lives
      - Hint Max 
      - Auto Win [ Put Any Word ]
      - No ADS


      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
        • Agree
        • Like
      • 7 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