swiftlang / swift

The Swift Programming Language
https://swift.org
Apache License 2.0
66.71k stars 10.28k forks source link

[SR-11515] @_dynamicReplacement can't call the original method #53916

Open swift-ci opened 4 years ago

swift-ci commented 4 years ago
Previous ID SR-11515
Radar None
Original Reporter miku1958 (JIRA User)
Type Bug

Attachment: Download

Additional Detail from JIRA | | | |------------------|-----------------| |Votes | 1 | |Component/s | Compiler | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: 7e7f4c3a36697f342b37540042f49f0c

Issue Description:

I use @_dynamicReplacement to replace a Objc method and it work, but I can't call the original method, once I call the original method, app will get into a dead circle, keep call the alternative method until crash.
like:

extension UIResponder {
    @_dynamicReplacement(for: motionEnded(_ : with:))
    func motionEnded_SGR(_ motion: UIEvent.EventSubtype, with event: UIEvent?) {
        motionEnded(motion, with: event)
    }
}

If a replace a swift dynamic function, it can call the original dynamic function
you can try this in the example project, run in iOS device and shake

And swift compiler always crash in the first time if I add @_dynamicReplacement to the project, and if I compile success then I add @_dynamicReplacement, it will compile success

I can't provide my project, but there are crash info that Xcode output:

Stack dump:  
0. Program arguments: is too long I put it in the comment  
1. Contents of /var/folders/l7/mhg7cfmj0j75967x91zxjw0m0000gn/T/sources-db2c30:  
---  
listing swift file  
---  
2. While type-checking getter for numberValue (at /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:31:16)  
3. While type-checking statement at [/Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:31:39 - line:51:5] RangeText="{  
  if self.value == nil { return nil}

  if let num = self.value as? NSNumber {  
    return num  
  } else {  
    do {  
      let result: Any? = try JSONSerialization.jsonObject(with: self.value![](.data(using: String.Encoding.utf8.rawValue)), options: .allowFragments)  
      if let num = result as? [NSNumber] {  
        return num[0]  
      } else {
        return nil
      }  
    } catch {  
      print("faild to get json data")  
      return nil  
    }

  }

"  
4. While type-checking statement at [/Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:34:9 - line:49:9] RangeText="if let num = self.value as? NSNumber {  
  return num  
} else {  
  do {  
    let result: Any? = try JSONSerialization.jsonObject(with: self.value![](.data(using: String.Encoding.utf8.rawValue)), options: .allowFragments)  
    if let num = result as? [NSNumber] {  
      return num[0]  
    } else {  
      return nil  
    }  
  } catch {  
    print("faild to get json data")  
    return nil  
  }

"  
5. While type-checking statement at [/Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:36:16 - line:49:9] RangeText="{  
do {  
  let result: Any? = try JSONSerialization.jsonObject(with: self.value![](.data(using: String.Encoding.utf8.rawValue)), options: .allowFragments)  
  if let num = result as? [NSNumber] {  
    return num[0]
  } else {  
    return nil  
  }  
} catch {  
  print("faild to get json data")  
  return nil  
}

"  
6. While type-checking statement at [/Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:37:13 - line:47:13] RangeText="do {  
  let result: Any? = try JSONSerialization.jsonObject(with: self.value![](.data(using: String.Encoding.utf8.rawValue)), options: .allowFragments)  
  if let num = result as? [NSNumber] {  
    return num[0]
  } else {  
    return nil  
  }  
} catch {  
  print("faild to get json data")  
  return nil  
"  
7. While type-checking statement at [/Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:37:16 - line:44:13] RangeText="{  
  let result: Any? = try JSONSerialization.jsonObject(with: self.value![](.data(using: String.Encoding.utf8.rawValue)), options: .allowFragments)  
  if let num = result as? [NSNumber] {
    return num[0]
  } else {  
    return nil  
  }  
"  
8. While type-checking declaration 0x7fb22b13f078 (at /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:38:17)  
9. While type-checking expression at [/Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift:38:36 - line:38:156] RangeText="try JSONSerialization.jsonObject(with: self.value![](.data(using: String.Encoding.utf8.rawValue)), options: .allowFragments"  
10. While evaluating request IsObjCRequest(myProject.(file).UIResponder extension.motionEnded_shake(_:with🙂@/Users/mikun/Desktop/myProject/myProject/Classes/System/AppDelegate.swift:18:7)  
0 swift 0x0000000113426eb3 PrintStackTraceSignalHandler(void\*) + 51  
1 swift 0x0000000113426686 SignalHandler(int) + 358  
2 libsystem_platform.dylib 0x00007fff70292b5d \_sigtramp + 29  
3 libsystem_platform.dylib 0x0000000000000040 \_sigtramp + 2413221120  
4 swift 0x000000010fbe4788 shouldMarkAsObjC(swift::ValueDecl const\*, bool) + 1240  
5 swift 0x000000010fc54c6d swift::SimpleRequest\<swift::IsObjCRequest, (swift::CacheKind)2, bool, swift::ValueDecl\*\>::evaluateRequest(swift::IsObjCRequest const&, swift::Evaluator&) + 109  
6 swift 0x000000010ff59deb swift::IsObjCRequest::OutputType swift::evaluateOrDefault\<swift::IsObjCRequest\>(swift::Evaluator&, swift::IsObjCRequest, swift::IsObjCRequest::OutputType) + 1179  
7 swift 0x000000010ffe5097 swift::SourceFile::LookupCache::addToMemberCache(swift::IteratorRange\<swift::DeclIterator\>) + 119  
8 swift 0x000000010ffe3119 swift::SourceFile::lookupClassMember(llvm::ArrayRef\<std::\_\_1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::DeclName, llvm::SmallVectorImpl\<swift::ValueDecl\*\>&) const + 313  
9 swift 0x0000000110000278 void llvm::function_ref\<void (std::**1::pair\<llvm::ArrayRef\<std::1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>)\>::callback_fn\<swift::DeclContext::lookupAnyObject(swift::DeclName, swift::NLOptions, llvm::SmallVectorImpl\<swift::ValueDecl\*\>&) const::$*8 const\>(long, std::1::pair\<llvm::ArrayRef\<std::*\_1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>) + 104  
10 swift 0x000000010f3c6994 bool llvm::function_ref\<bool (std::1::pair\<llvm::ArrayRef\<std::1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>)\>::callback_fn\<swift::FileUnit::forAllVisibleModules(llvm::function_ref\<void (std::1::pair\<llvm::ArrayRef\<std::1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>)\>)::'lambda'(std::1::pair\<llvm::ArrayRef\<std::1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>)\>(long, std::1::pair\<llvm::ArrayRef\<std::*\_1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>) + 52  
11 swift 0x000000010ffed1ec swift::ModuleDecl::forAllVisibleModules(llvm::ArrayRef\<std::1::pair\<swift::Identifier, swift::SourceLoc\> \>, llvm::function_ref\<bool (std::1::pair\<llvm::ArrayRef\<std::*\_1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>)\>) + 476  
12 swift 0x000000010ffed354 swift::FileUnit::forAllVisibleModules(llvm::function_ref\<bool (std::\_*1::pair\<llvm::ArrayRef\<std::*\_1::pair\<swift::Identifier, swift::SourceLoc\> \>, swift::ModuleDecl\*\>)\>) + 52  
13 swift 0x000000010ffff71d swift::DeclContext::lookupQualified(swift::Type, swift::DeclName, swift::NLOptions, swift::LazyResolver\*, llvm::SmallVectorImpl\<swift::ValueDecl\*\>&) const + 493  
14 swift 0x000000010fc06313 swift::TypeChecker::lookupMember(swift::DeclContext\*, swift::Type, swift::DeclName, swift::OptionSet\<swift::NameLookupFlags, unsigned int\>) + 371  
15 swift 0x000000010fb14b4e swift::constraints::ConstraintSystem::lookupMember(swift::Type, swift::DeclName) + 254  
16 swift 0x000000010fa9e1dc swift::constraints::ConstraintSystem::performMemberLookup(swift::constraints::ConstraintKind, swift::DeclName, swift::Type, swift::FunctionRefKind, swift::constraints::ConstraintLocator\*, bool) + 2908  
17 swift 0x000000010faa9ce8 swift::constraints::ConstraintSystem::simplifyMemberConstraint(swift::constraints::ConstraintKind, swift::Type, swift::DeclName, swift::Type, swift::DeclContext\*, swift::FunctionRefKind, llvm::ArrayRef\<swift::constraints::OverloadChoice\>, swift::OptionSet\<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int\>, swift::constraints::ConstraintLocatorBuilder) + 504  
18 swift 0x000000010fa76c22 swift::constraints::ConstraintSystem::addValueMemberConstraint(swift::Type, swift::DeclName, swift::Type, swift::DeclContext\*, swift::FunctionRefKind, llvm::ArrayRef\<swift::constraints::OverloadChoice\>, swift::constraints::ConstraintLocatorBuilder) + 98  
19 swift 0x000000010fa77111 (anonymous namespace)::ConstraintGenerator::addMemberRefConstraints(swift::Expr\*, swift::Expr\*, swift::DeclName, swift::FunctionRefKind, llvm::ArrayRef\<swift::ValueDecl\*\>) + 737  
20 swift 0x000000010fa706b8 swift::ASTVisitor\<(anonymous namespace)::ConstraintGenerator, swift::Type, void, void, void, void, void\>::visit(swift::Expr\*) + 7960  
21 swift 0x000000010fa6d78d (anonymous namespace)::ConstraintWalker::walkToExprPost(swift::Expr\*) + 141  
22 swift 0x000000010ff3312b (anonymous namespace)::Traversal::visitApplyExpr(swift::ApplyExpr\*) + 123  
23 swift 0x000000010ff2f292 swift::ASTVisitor\<(anonymous namespace)::Traversal, swift::Expr\*, swift::Stmt\*, bool, swift::Pattern\*, bool, void\>::visit(swift::Expr\*) + 130  
24 swift 0x000000010ff305b2 swift::ASTVisitor\<(anonymous namespace)::Traversal, swift::Expr\*, swift::Stmt\*, bool, swift::Pattern\*, bool, void\>::visit(swift::Expr\*) + 5026  
25 swift 0x000000010ff33183 (anonymous namespace)::Traversal::visitApplyExpr(swift::ApplyExpr\*) + 211  
26 swift 0x000000010ff2f315 swift::ASTVisitor\<(anonymous namespace)::Traversal, swift::Expr\*, swift::Stmt\*, bool, swift::Pattern\*, bool, void\>::visit(swift::Expr\*) + 261  
27 swift 0x000000010fa67d01 swift::constraints::ConstraintSystem::generateConstraints(swift::Expr\*, swift::DeclContext\*) + 849  
28 swift 0x000000010fabb1e2 swift::constraints::ConstraintSystem::solve(swift::Expr\*&, swift::Type, swift::ExprTypeCheckListener\*, llvm::SmallVectorImpl\<swift::constraints::Solution\>&, swift::FreeTypeVariableBinding) + 8338  
29 swift 0x000000010fbb43e2 swift::TypeChecker::typeCheckExpressionImpl(swift::Expr\*&, swift::DeclContext\*, swift::TypeLoc, swift::ContextualTypePurpose, swift::OptionSet\<swift::TypeCheckExprFlags, unsigned int\>, swift::ExprTypeCheckListener&, swift::constraints::ConstraintSystem\*) + 1042  
30 swift 0x000000010fbb80c2 swift::TypeChecker::typeCheckBinding(swift::Pattern\*&, swift::Expr\*&, swift::DeclContext\*) + 898  
31 swift 0x000000010fbb8e21 swift::TypeChecker::typeCheckPatternBinding(swift::PatternBindingDecl\*, unsigned int) + 225  
32 swift 0x000000010fbc559a (anonymous namespace)::DeclChecker::visit(swift::Decl\*) + 7786  
33 swift 0x000000010fc6689e swift::ASTVisitor\<(anonymous namespace)::StmtChecker, void, swift::Stmt\*, void, void, void, void\>::visit(swift::Stmt\*) + 23774  
34 swift 0x000000010fc66e21 bool (anonymous namespace)::StmtChecker::typeCheckStmt\<swift::Stmt\>(swift::Stmt\*&) + 129  
35 swift 0x000000010fc616f1 swift::ASTVisitor\<(anonymous namespace)::StmtChecker, void, swift::Stmt\*, void, void, void, void\>::visit(swift::Stmt\*) + 2865  
36 swift 0x000000010fc66e21 bool (anonymous namespace)::StmtChecker::typeCheckStmt\<swift::Stmt\>(swift::Stmt\*&) + 129  
37 swift 0x000000010fc668b3 swift::ASTVisitor\<(anonymous namespace)::StmtChecker, void, swift::Stmt\*, void, void, void, void\>::visit(swift::Stmt\*) + 23795  
38 swift 0x000000010fc66e21 bool (anonymous namespace)::StmtChecker::typeCheckStmt\<swift::Stmt\>(swift::Stmt\*&) + 129  
39 swift 0x000000010fc60ed4 swift::ASTVisitor\<(anonymous namespace)::StmtChecker, void, swift::Stmt\*, void, void, void, void\>::visit(swift::Stmt\*) + 788  
40 swift 0x000000010fc66e21 bool (anonymous namespace)::StmtChecker::typeCheckStmt\<swift::Stmt\>(swift::Stmt\*&) + 129  
41 swift 0x000000010fc668b3 swift::ASTVisitor\<(anonymous namespace)::StmtChecker, void, swift::Stmt\*, void, void, void, void\>::visit(swift::Stmt\*) + 23795  
42 swift 0x000000010fc60b61 bool (anonymous namespace)::StmtChecker::typeCheckStmt\<swift::BraceStmt\>(swift::BraceStmt\*&) + 129  
43 swift 0x000000010fc60660 swift::TypeChecker::typeCheckAbstractFunctionBodyUntil(swift::AbstractFunctionDecl\*, swift::SourceLoc) + 5456  
44 swift 0x000000010fc687c1 swift::TypeChecker::typeCheckAbstractFunctionBody(swift::AbstractFunctionDecl\*) + 561  
45 swift 0x000000010fc852c2 swift::performTypeChecking(swift::SourceFile&, swift::TopLevelContext&, swift::OptionSet\<swift::TypeCheckingFlags, unsigned int\>, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) + 2082  
46 swift 0x000000010f3813ab swift::CompilerInstance::parseAndCheckTypesUpTo(swift::CompilerInstance::ImplicitImports const&, swift::SourceFile::ASTStage_t)::$\_0::operator()(swift::SourceFile&) const + 91  
47 swift 0x000000010f38010b swift::CompilerInstance::performSemaUpTo(swift::SourceFile::ASTStage_t) + 5371  
48 swift 0x000000010f07598f performCompile(swift::CompilerInstance&, swift::CompilerInvocation&, llvm::ArrayRef\<char const\*\>, int&, swift::FrontendObserver\*, swift::UnifiedStatsReporter\*) + 815  
49 swift 0x000000010f071e54 swift::performFrontend(llvm::ArrayRef\<char const\*\>, char const\*, void\*, swift::FrontendObserver\*) + 6820  
50 swift 0x000000010efff3c3 main + 1219  
51 libdyld.dylib 0x00007fff700a73d5 start + 1  
52 libdyld.dylib 0x00000000000001bb start + 2415234535  
error: Segmentation fault: 11 (in target 'myProject' from project 'myProject')
theblixguy commented 4 years ago

cc aschwaighofer@apple.com (JIRA User)

belkadan commented 4 years ago

cc @mikeash too, who has experience with the ObjC runtime.

(there's an understatement)

swift-ci commented 4 years ago

Comment by 庄黛淳华 (JIRA)

   /Applications/Xcode11.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c -filelist /var/folders/l7/mhg7cfmj0j75967x91zxjw0m0000gn/T/sources-db2c30 -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/ContentSelect/ViewController/ItemSelectViewModel.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Common/View/WebView/JSBridge-Yaya.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Common/View/WebView/JSBridge.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/KeyValueCacheStore.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/OnlineParams/KeyValueStoreOCHelper.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Helper/Extensions/BaseParser+JsonParser.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Detail/SectionDetail/CoreText.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Networking/DownloadManager.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Networking/DownloadRecover/DownloadRecoverManager.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/KeyValueConfig.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/KeyValueItem.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/KeyValueStore.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/OnlineParams/RemoteParamApi.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Sharing/SocialContact/OtherAdapter/ShareSavePhotoActionAdapter.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreSetter.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/General/Storage/KeyValueStore/Store/StoreValue.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/LabelDetail/LabelDetailVC.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/LabelDetail/LabelDetailVM.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/CategoryChannel/Api/LabelListApi.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/CategoryChannel/Models/Labeodel.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Launch/LaunchAdView/LaunchAdView.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Launch/LaunchGuideView/Views/LaunchGuideCollectionViewCell.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Launch/LaunchGuideView/LaunchGuideView.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Mine/API/ListenRecordApi.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Mine/ViewModel/ListenRecordCellViewModel.swift -primary-file /Users/mikun/Desktop/myProject/myProject/Classes/Business/Mine/View/ListenRecordEmptyCell.swift -supplementary-output-file-map /var/folders/l7/mhg7cfmj0j75967x91zxjw0m0000gn/T/supplementaryOutputs-6b7983 -target x86_64-apple-ios10.0-simulator -enable-objc-interop -sdk /Applications/Xcode11.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk -I /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Alamofire -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/BSBacktraceLogger -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/CocoaLumberjack -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/DTCoreText -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/DTFoundation -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/DoraemonKit -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/FreeStreamer -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/HandyJSON -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/IQKeyboardManagerSwift -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Kingfisher -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Downloader -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Network -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/LayoutInspector -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/MDKTools -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Moya -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/PNChart -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/RNCryptor -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Reachability -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Result -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/RxCocoa -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/RxSwift -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SQLiteRepairKit -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SnapKit -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwiftHash -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwifterSwift -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwiftyJSON -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwiftyStoreKit -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/UICountingLabel -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/URLNavigator -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/WCDB.swift -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/WCDBOptimizedSQLCipher -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYCache -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYImage -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYText -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYWebImage -F /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/fishhook -F /Users/mikun/Desktop/myProject/myProject/Pods/Bugly -F /Users/mikun/Desktop/myProject/myProject/Pods/UMCAnalytics -F /Users/mikun/Desktop/myProject/myProject/Pods/UMCCommon -F /Users/mikun/Desktop/myProject/myProject/Pods/UMCPush -F /Users/mikun/Desktop/myProject/myProject/Pods/UMCSecurityPlugins/thirdparties -F /Users/mikun/Desktop/myProject/myProject/Pods/YYImage/Vendor -F /Users/mikun/Desktop/myProject/myProject/Vendor/QQSDK -F /Users/mikun/Desktop/myProject/myProject -F /Users/mikun/Desktop/myProject/myProject -enable-testing -g -module-cache-path /Users/mikun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/mikun/Desktop/myProject/myProject -enable-anonymous-context-mangled-names -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/myProject-generated-files.hmap -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/myProject-own-target-headers.hmap -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/myProject-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/myProject-project-headers.hmap -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/include -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Alamofire/Alamofire.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/BSBacktraceLogger/BSBacktraceLogger.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/CocoaLumberjack/CocoaLumberjack.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/DTCoreText/DTCoreText.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/DTFoundation/DTFoundation.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/DoraemonKit/DoraemonKit.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/FreeStreamer/FreeStreamer.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/HandyJSON/HandyJSON.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Kingfisher/Kingfisher.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Downloader/Downloader.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Network/Network.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/LayoutInspector/LayoutInspector.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/MDKTools/MDKTools.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Moya/Moya.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/PNChart/PNChart.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/RNCryptor/RNCryptor.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Reachability/Reachability.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/Result/Result.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/RxCocoa/RxCocoa.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/RxSwift/RxSwift.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SQLiteRepairKit/sqliterk.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SnapKit/SnapKit.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwiftHash/SwiftHash.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwifterSwift/SwifterSwift.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwiftyJSON/SwiftyJSON.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/SwiftyStoreKit/SwiftyStoreKit.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/UICountingLabel/UICountingLabel.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/URLNavigator/URLNavigator.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/WCDB.swift/WCDBSwift.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/WCDBOptimizedSQLCipher/sqlcipher.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYCache/YYCache.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYImage/YYImage.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYText/YYText.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/YYWebImage/YYWebImage.framework/Headers -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Products/78Debug-iphonesimulator/fishhook/fishhook.framework/Headers -Xcc -I/Users/mikun/Desktop/myProject/myProject/Pods/Headers/Public -Xcc -I/Users/mikun/Desktop/myProject/myProject/Pods/Headers/Public/QIYU_iOS_SDK -Xcc -I/Applications/Xcode11.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk/usr/include/libxml2 -Xcc -I/Applications/Xcode11.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk/usr/include/libxml2 -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/DerivedSources-normal/x86_64 -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/DerivedSources/x86_64 -Xcc -I/Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DCOCOAPODS=1 -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DWCDB_BUILTIN_SQLCIPHER -Xcc -DWCDB_COCOAPODS -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DWCDB_BUILTIN_SQLCIPHER -Xcc -DWCDB_COCOAPODS -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -DSQLITE_ENABLE_FTS3 -Xcc -DSQLITE_ENABLE_FTS3_PARENTHESIS -Xcc -DSQLITE_ENABLE_API_ARMOR -Xcc -DSQLITE_OMIT_BUILTIN_TEST -Xcc -DSQLITE_OMIT_AUTORESET -Xcc -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Xcc -DSQLITE_ENABLE_RTREE -Xcc -DSQLITE_ENABLE_LOCKING_STYLE=1 -Xcc -DSQLITE_SYSTEM_MALLOC -Xcc -DSQLITE_OMIT_LOAD_EXTENSION -Xcc -DSQLITE_CORE -Xcc -DSQLITE_THREADSAFE=2 -Xcc -DSQLITE_DEFAULT_CACHE_SIZE=250 -Xcc -DSQLITE_DEFAULT_CKPTFULLFSYNC=1 -Xcc -DSQLITE_DEFAULT_PAGE_SIZE=4096 -Xcc -DSQLITE_OMIT_SHARED_CACHE -Xcc -DSQLITE_HAS_CODEC -Xcc -DSQLCIPHER_CRYPTO_CC -Xcc -DUSE_PREAD=1 -Xcc -DSQLITE_TEMP_STORE=2 -Xcc -DSQLCIPHER_PREPROCESSED -Xcc -DHAVE_USLEEP -Xcc -DSQLITE_MALLOC_SOFT_LIMIT=0 -Xcc -DSQLITE_WCDB_SIGNAL_RETRY=1 -Xcc -DSQLITE_DEFAULT_MEMSTATUS=0 -Xcc -DSQLITE_ENABLE_COLUMN_METADATA -Xcc -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -Xcc -DSQLITE_LIKE_DOESNT_MATCH_BLOBS -Xcc -DSQLITE_MAX_EXPR_DEPTH=0 -Xcc -DSQLITE_OMIT_DEPRECATED -Xcc -DSQLITE_OMIT_PROGRESS_CALLBACK -Xcc -DSQLITE_OMIT_SHARED_CACHE -Xcc -DOMIT_CONSTTIME_MEM -Xcc -DOMIT_MEMLOCK -Xcc -DENV_78=1 -import-objc-header /Users/mikun/Desktop/myProject/myProject/Resources/myProject-Bridging-Header.h -pch-output-dir /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/PrecompiledHeaders -module-name myProject -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/ItemSelectViewModel.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/JSBridge-Yaya.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/JSBridge.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/KeyValueCacheStore.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/KeyValueStoreOCHelper.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/BaseParser+JsonParser.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/CoreText.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/DownloadManager.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/DownloadRecoverManager-9cb6ab42b072082a562d7d8951ada408a0cf6d981b53dd88e29acd1dbcd8e51c.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/KeyValueConfig.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/KeyValueItem.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/KeyValueStore.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/RemoteParamApi.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/ShareSavePhotoActionAdapter.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/StoreSetter.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/StoreValue.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/LabelDetailVC.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/LabelDetailVM.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/LabelListApi.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/Labeodel.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/LaunchAdView.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/LaunchGuideCollectionViewCell.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/LaunchGuideView.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/ListenRecordApi.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/ListenRecordCellViewModel.o -o /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Build/Intermediates.noindex/myProject.build/78Debug-iphonesimulator/myProject.build/Objects-normal/x86_64/ListenRecordEmptyCell.o -index-store-path /Users/mikun/Library/Developer/Xcode/DerivedData/myProject-feywdsrecprkgugwjivbtdsjvncs/Index/DataStore -index-system-modules
maximkrouk commented 6 months ago

Still getting infinite recursion in this code ;-; https://gist.github.com/maximkrouk/f248a0d7013b970e3d7c1161078b3727

AnthonyLatsis commented 6 months ago

@mikeash ping

mikeash commented 6 months ago

I'm not sure if @_dynamicReplacement is supposed to work with ObjC methods. @aschwaighofer?

aschwaighofer commented 6 months ago

@_dynamicReplacement uses Objective-C categories for replacing @objc dynamic methods and properties. This method does not support calling the original method.