Post

Replies

Boosts

Views

Activity

Reply to Is there a way to turn off the new objc stubs optimizations in Xcode 14?
The same problem,Xcode14 compiler framework, used in Xcode13    "_objc_msgSend$backgroundColor", referenced from:  "_objc_msgSend$instancesRespondToSelector:", referenced from:  "_objc_msgSend$initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles:", referenced from:  "_objc_msgSend$dataWithContentsOfURL:", referenced from:  "_objc_msgSend$indexPathForRow:inSection:", referenced from:  "_objc_msgSend$setObject:forKey:", referenced from:    ...  "_objc_msgSend$actionWithTitle:style:handler:", referenced from:    ...  "_objc_msgSend$norImg", referenced from:  "_objc_msgSend$whiteColor", referenced from:    ...  "_objc_msgSend$string", referenced from:  "_objc_msgSend$clearSubView", referenced from:  "_objc_msgSend$viewControllers", referenced from:  "_objc_msgSend$setFlashMode:", referenced from:  "_objc_msgSend$setAttributedText:", referenced from:  "_objc_msgSend$openFileWithPaths:", referenced from:  "_objc_msgSend$setZoomScale:animated:", referenced from:  "_objc_msgSend$setSafeBottom:", referenced from:  "_objc_msgSend$isEqualToString:", referenced from:    ...  "_objc_msgSend$deviceInputWithDevice:error:", referenced from: ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Feb ’23