Encountered the same problem, xcode15 link real machine debugging is very very very slow, trigger breakpoint takes 2-3 seconds, I have been crazy
Post
Replies
Boosts
Views
Activity
The same problem,Xcode14 compiler framework, used in Xcode13
Undefined symbols for architecture arm64:
\"_objc_msgSend$setInsidequote:\", referenced from:
+[JSBCGovrmentUtil setInsidequote:] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$setInsideApp:\", referenced from:
+[JSBCGovrmentUtil setInsideApp:] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$setNav_color:\", referenced from:
+[JSBCGovrmentUtil setNavColor:] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$setINTERFACE_DOMIAN:\", referenced from:
+[JSBCGovrmentUtil setDomain:] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$setRealNameAppId:\", referenced from:
+[JSBCGovrmentUtil startReregister] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$arrayWithObjects:count:\", referenced from:
+[JSBCGovrmentUtil load] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$bundleIdentifier\", referenced from:
+[JSBCGovrmentUtil load] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
\"_objc_msgSend$containsObject:\", referenced from:
+[JSBCGovrmentUtil load] in JSBCGovermentSDK(JSBCGovrmentUtil.o)
Is it resolved?